Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blackredscarf committed Aug 31, 2018
2 parents 5cc96ab + e0caad1 commit 947de12
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@ Using pytorch to implement [Deep Deterministic Policy Gradient(DDPG)](https://ar
main.py --train --env MountainCarContinuous-v0 --cuda
```
Parameters:
|Parameters | description|
|-|-|
| --train| train model |
| --test| test model |
| --retrain | retrain model
| --retrain_model | retrain model path|
| --env| gym environment name|
| --episodes| train episodes |
| --eps_decay| noise epsilon decay |
| --cuda| use cuda |

|Parameters | description |
|--------- |----------- |
| --train | train model |
| --test | test model |
| --retrain | retrain model |
| --retrain_model | retrain model path |
| --env | gym environment name|
| --episodes | train episodes |
| --eps_decay | noise epsilon decay |
| --cuda | use cuda |
| --model_path| if test mode, import the model |
| --record | record the video |
| --record | record the video |
| --record_ep_interval | record episodes interval |
| --checkpoint | use model checkpoint |
| --checkpoint_interval | checkpoint interval |
| --checkpoint | use model checkpoint |
| --checkpoint_interval | checkpoint interval |

(more parameters see the file)

Expand Down

0 comments on commit 947de12

Please sign in to comment.