This website requires JavaScript.
Explore
Help
Sign In
gryf
/
coach
Watch
1
Star
0
Fork
0
You've already forked coach
mirror of
https://github.com/gryf/coach.git
synced
2025-12-17 19:20:19 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
84e536d3710e2f0563c9945a660dc226625a9090
coach
/
architectures
/
tensorflow_components
History
cxx
84e536d371
Fix std calculation using unbiased estimation in sharing stat mode.
2017-11-07 20:19:54 +02:00
..
__init__.py
coach v0.8.0
2017-10-19 13:10:15 +03:00
architecture.py
bug fix - remove import warning when everything was imported successfully + changed global step api to match TF 1.4
2017-11-06 17:28:13 +02:00
embedders.py
Unify base class using new-style (object).
2017-10-26 12:33:09 +03:00
general_network.py
new feature - implementation of Quantile Regression DQN (
https://arxiv.org/pdf/1710.10044v1.pdf
)
2017-11-01 15:09:07 +02:00
heads.py
new feature - implementation of Quantile Regression DQN (
https://arxiv.org/pdf/1710.10044v1.pdf
)
2017-11-01 15:09:07 +02:00
middleware.py
Unify base class using new-style (object).
2017-10-26 12:33:09 +03:00
shared_variables.py
Fix std calculation using unbiased estimation in sharing stat mode.
2017-11-07 20:19:54 +02:00