minimum working example of rl experiment baseline for the Folsom environment
- main script is
main_baseline.py
- environment is in
folsom/folsom.py
- minimum data is in
folsom/data/
- training/update subroutines and experience replay buffer are in
machinery.py
- actor/critic network architectures and exploration/exploitation policy are in
models.py
. - conda environment requirements are packaged in
environment.yml
if you don't already have an environment named tf
, installing a conda env to run this code should be as simple as:
conda env create -f environment.yml
And then either (to run in terminal):
conda activate tf
Or make a new Sublime build system file.