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
/
examples
History
haoshengzou
fed3bf2a12
auto target network. ppo_cartpole.py run ok. but results is different from previous version even with the same random seed, still needs debugging.
2018-01-14 20:58:28 +08:00
..
.gitignore
fix memory growth and slowness caused by sess.run(tf.multinomial()), now ppo examples are working OK with slight memory growth (1M/min), which still needs research
2018-01-03 20:32:05 +08:00
dqn_example.py
towards policy/value refactor
2017-12-23 17:25:16 +08:00
ppo_cartpole_gym.py
fix memory growth and slowness caused by sess.run(tf.multinomial()), now ppo examples are working OK with slight memory growth (1M/min), which still needs research
2018-01-03 20:32:05 +08:00
ppo_cartpole.py
auto target network. ppo_cartpole.py run ok. but results is different from previous version even with the same random seed, still needs debugging.
2018-01-14 20:58:28 +08:00
ppo_example.py
fix imports to support both python2 and python3. move contents from __init__.py to leave for work after major development.
2017-12-23 15:36:10 +08:00