Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
blackredscarf committed Aug 31, 2018
1 parent d058cdd commit 5cc96ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ main.py --test --env MountainCarContinuous-v0 --model_path out/MountainCarContin
It will render graphical interface.

## Result
It turns out that tuning parameters are very important, especially `eps_decay`. I use the simple linear noise decay such as `epsilon -= eps_decay` very episode.
It turns out that tuning parameters are very important, especially `eps_decay`. I use the simple linear noise decay such as `epsilon -= eps_decay` every episode.

- Pendulum-v0

Expand Down

0 comments on commit 5cc96ab

Please sign in to comment.