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
e68dcd3c64
working on off-policy test. other parts of dqn_replay is runnable, but performance not tested.
2018-03-08 16:51:12 +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
initial data_collector. working on examples/dqn_replay.py to run
2018-03-04 21:29:58 +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
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