Skip to content

IrisRainbowNeko/rl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYSU RL Homework 2

Installation

You need to install OpenAI Gym 、OpenAI Gym AtariGym Box2D environment.

Please refer to OpenAI's page 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages