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
haoshengzou
52e6b09768
finish ddpg. now ppo, actor-critic, dqn works. ddpg is not working, check!
2018-03-11 17:47:42 +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
finish ddpg. now ppo, actor-critic, dqn works. ddpg is not working, check!
2018-03-11 17:47:42 +08:00
deterministic.py
finish ddpg. now ppo, actor-critic, dqn works. ddpg is not working, check!
2018-03-11 17:47:42 +08:00
dqn.py
working on off-policy test. other parts of dqn_replay is runnable, but performance not tested.
2018-03-08 16:51:12 +08:00
stochastic.py
finish dqn example. advantage estimation module is not complete yet.
2018-01-18 12:19:48 +08:00