Path: blob/master/labml_nn/rl/ppo/experiment.ipynb
4944 views
Kernel: Python 3
Install the labml-nn package
In [ ]:
Add Atari ROMs (Doesn't work without this in Google Colab)
In [ ]:
Imports
In [ ]:
Create an experiment
In [ ]:
Configurations
IntDynamicHyperParam and FloatDynamicHyperParam are dynamic hyper parameters that you can change while the experiment is running.
In [ ]:
Set experiment configurations
In [ ]:
Create trainer
In [ ]:
Start the experiment and run the training loop.
In [ ]: