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
/
data
/
replay_buffer
History
haoshengzou
dfcea74fcf
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
..
__init__.py
replay buffer initial commit
2017-12-10 14:56:04 +08:00
binary_heap.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
buffer.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
naive.py
add comments and todos
2017-12-17 13:28:21 +08:00
proportional.py
add comments and todos
2017-12-17 13:28:21 +08:00
rank_based.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
replay_buffer_test.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
sum_tree.py
replay buffer initial commit
2017-12-10 14:56:04 +08:00
utility.py
replay buffer initial commit
2017-12-10 14:56:04 +08:00
utils.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