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
Haosheng Zou
1cc5063007
add value_function (critic). value_function and policy not finished yet.
2017-12-22 00:22:23 +08:00
..
__init__.py
finished very naive dqn: changed the interface of replay buffer by adding collect and next_batch, but still need refactoring; added implementation of dqn.py, but still need to consider the interface to make it more extensive; slightly refactored the code style of the codebase; more comments and todos will be in the next commit
2017-12-17 12:52:00 +08:00
base.py
add value_function (critic). value_function and policy not finished yet.
2017-12-22 00:22:23 +08:00
dqn.py
add value_function (critic). value_function and policy not finished yet.
2017-12-22 00:22:23 +08:00
stochastic.py
preliminary design of dqn_example, dqn interface. identify the assign of networks
2017-12-13 20:47:45 +08:00