simoninithomas / Deep_reinforcement_learning_Course

Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
http://www.simoninithomas.com/deep-rl-course
3.77k stars 1.22k forks source link

Playing a different Sonic level? #45

Closed slerman12 closed 5 years ago

slerman12 commented 5 years ago

In the A2C Sonic example, how would I play a trained agent on a different level of Sonic? i.e. how would I change the environment and state after having trained the agent on one such that I can evaluate it on another?

Is there a way to train on multiple (different) environments, which is what I believe they did in the retro contest? I would basically like to train on a SET of environments and then evaluate performance of the trained agent on another set.