Skip to content

fastscience-ai/RL_toturial_AIAI2022

Repository files navigation

install conda

Go to https://docs.conda.io/en/latest/miniconda.html
Then download proper installer for your OS
bash [proper installer]

install tensorflow2.0 and all dependencies

conda env create --force --file environment.yml
source activate aiai2022-rl

When we deactivate conda environments

conda deactivate

Install Stabile baselines

Link_to_stable_baselines
conda install -c conda-forge stable-baselines3

About

TF 2.0 tutorial for intro of RL (AIAI 2022)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published