2

Repost from Flow user "ml jack":

I'm in the process of RL training with flow and rllab. Snapshots are periodically saved. Is there a way to load these snapshot and test/re-evaluate them in the flow environment?

  • "_Repost from Flow user "ml jack_": It would be better if you provided instead the link from which your problem originated from. – Gino Mempin Jun 12 '19 at 00:40

1 Answers1

2

From Flow Team -----

"Yes! So if you look in the tutorials, there's a tutorial on visualizing.

Basically, run python visualizer_rllab.py path/to/pkl and that should do it! Note: you have to specify which pkl file you want in the path as in python visualizer_rllab.py path_to_pkl/name_of_pkl_file. Advanced usage should be described in the tutorial."