Reinforcement Learning Code Snippet
Understand the basic concepts in reinforcement learning
install requirements
pip install -r requirements.txt
run code
cd value-based/tabular
# test sarsa code
python -m sarsa
# if running in terminal without display, use blow command
xvfb-run -a -s "-screen 0 1400x900x24" python -m raw_dqn