moabitcoin / cherry-pytorch

Reinforcement Learning Tutorials & other bedtime stories in PyTorch
MIT License
11 stars 1 forks source link

Using wrappers monitor to write Atari video #28

Closed sandhawalia closed 4 years ago

sandhawalia commented 4 years ago

Currently we use scikit video to write env states to video for visualising the results. We want to move to gym.wrappers.Monitor to do the same.

Sample code from here