This website requires JavaScript.
Explore
Help
Sign In
hongshaorou
/
Tianshou
Watch
1
Star
0
Fork
0
You've already forked Tianshou
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Tianshou
/
tianshou
/
core
/
policy
History
Dong Yan
0bc1b63e38
add epsilon-greedy for dqn
2018-02-25 16:31:35 +08:00
..
__init__.py
finish ddpg example. all examples under examples/ (except those containing 'contrib' and 'fail') can run! advantage estimation module is not complete yet.
2018-01-18 17:38:52 +08:00
base.py
fixed the bugs on Jan 14, which gives inferior or even no improvement. mistook group_ndims. policy will soon need refactoring.
2018-01-15 16:32:30 +08:00
deterministic.py
finish ddpg example. all examples under examples/ (except those containing 'contrib' and 'fail') can run! advantage estimation module is not complete yet.
2018-01-18 17:38:52 +08:00
dqn.py
add epsilon-greedy for dqn
2018-02-25 16:31:35 +08:00
stochastic.py
finish dqn example. advantage estimation module is not complete yet.
2018-01-18 12:19:48 +08:00