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
rtz19970824
e5bf7a9270
implement dqn loss and dpg loss, add TODO for separate actor and critic
2017-12-15 14:24:08 +08:00
..
__init__.py
model-free rl first commit, with ppo_example.py in examples/ and task delegations in ppo_example.py and READMEs
2017-12-08 21:09:23 +08:00
base.py
implement dqn loss and dpg loss, add TODO for separate actor and critic
2017-12-15 14:24:08 +08:00
dqn.py
add dqn.py to write
2017-12-13 22:43:45 +08:00
stochastic.py
preliminary design of dqn_example, dqn interface. identify the assign of networks
2017-12-13 20:47:45 +08:00