1
0
mirror of https://github.com/gryf/coach.git synced 2026-02-10 02:25:47 +01:00

pre-release 0.10.0

This commit is contained in:
Gal Novik
2018-08-13 17:11:34 +03:00
parent d44c329bb8
commit 19ca5c24b1
485 changed files with 33292 additions and 16770 deletions

View File

@@ -1,6 +1,6 @@
site_name: Reinforcement Learning Coach Documentation
site_name: Reinforcement Learning Coach
theme: readthedocs
site_description: 'Reinforcement Learning Coach Documentation by Intel Nervana.'
site_description: 'Reinforcement Learning Coach by Intel Nervana.'
markdown_extensions:
- mdx_math:
enable_dollar_delimiter: True #for use of inline $..$
@@ -10,8 +10,13 @@ extra_css: [extra.css]
pages:
- Home : index.md
- Design: design.md
- Usage: usage.md
- Design:
- 'Features' : design/features.md
- 'Control Flow' : design/control_flow.md
- 'Network' : design/network.md
- 'Filters' : design/filters.md
- Algorithms:
- 'DQN' : algorithms/value_optimization/dqn.md
- 'Double DQN' : algorithms/value_optimization/double_dqn.md