# RL2 **Repository Path**: d7eu7d7/rl2 ## Basic Information - **Project Name**: RL2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-05 - **Last Updated**: 2022-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SYSU RL Homework 2 ## Installation You need to install OpenAI `Gym` 、OpenAI `Gym Atari` 、`Gym Box2D` environment. Please refer to [OpenAI's page](https://github.com/openai/gym) if you have any problem while installing. ## How to run: training policy gradient: * `python main.py --train_pg` training DQN: * `python main.py --train_dqn` ## How to evaluate performance your algorithm: PS: You need to load model which has best performance before testing the algorithm testing policy gradient: * `python test.py --test_pg` testing DQN: * `python test.py --test_dqn`