1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Documentation fix

This commit is contained in:
Gal Novik
2018-11-27 22:32:46 +02:00
parent 05c1005e94
commit 7e3aca22eb
5 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -132,7 +132,7 @@ When playing with the environment using the :code:`--play` flag, the environment
.. code-block:: python
coach -p Breakout_DQN -r
coach -p Atari_DQN -lvl breakout -r
Dumping GIFs
++++++++++++
@@ -145,7 +145,7 @@ The files are dumped after every evaluation episode, and are saved into the expe
.. code-block:: python
coach -p Breakout_A3C -n 4 -dg
coach -p Atari_A3C -lvl breakout -n 4 -dg
Switching Between Deep Learning Frameworks
------------------------------------------