Reputation: 41
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?
Upvotes: 2
Views: 100
Reputation: 41
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."
Upvotes: 2