Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cmusjtuliuyuan committed Jan 14, 2018
1 parent 4370c65 commit 252f7ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

The OpenAI Gym can be paralleled by the bathEnv.py, which makes the training faster.

You can use the following command to choose which DQN to use:

```
python main.py --is_double 1 --is_duel 1 --is_per 1 --is_distributional 1 --is_noisy 1 --num_step 3
```

The output looks like:

```
Number_of_frame mean_max_Q average_reward variance_reward
```

### RainBow:

https://arxiv.org/abs/1710.02298
Expand Down

0 comments on commit 252f7ef

Please sign in to comment.