p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch

Visualize agent

sramakrishnan247 opened this issue · 1 comments

Hey @p-christ ,

Thanks for sharing this!
Do you have any advice on how I might be able to view the agent learn as a video perhaps? I'm looking at the MountainCarContinuous example. I'm new to RL and OpenAI in general. If you have any suggestions on what I should do in order to get a video of the learned agent, it would help a lot.

Thanks!

self.environment.render() does the job.