/rlcode

Reinforcement Learning Code Snippet

Primary LanguagePython

rlcode

Reinforcement Learning Code Snippet

Install

pip install git+https://github.com/KibaAmor/rlcode

Devlopment

git clone https://github.com/KibaAmor/rlcode
cd rlcode
python -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'

Test

python -m example.dqn_gym