codes and slides of AICup Deep Reinforcement Learning Workshop.
install dependencies using:
pip install -r requirements.txt
you can replace the default environment of each code with the environments given in https://www.gymlibrary.dev/
python gym_test.py
usage: python sb3.py [-h] [-l LOAD] {train,test}
positional arguments:
{train,test} select training or testing
optional arguments:
-h, --help show this help message and exit
-l LOAD, --load LOAD load model from given path
python dqn_example.py