Skip to content

Commit

Permalink
Fix example command in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif1093 committed May 29, 2019
1 parent bbfd202 commit 9ee2043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/notes/02 Usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ Training/Replaying
# Change the parameters in command-line
python -m digideep.main --params digideep.params.mujoco_ppo \
--cpanel '{"model_name":"DMBenchCheetahRun-v0"}'
--cpanel '{"model_name":"DMBenchCheetahRun-v0", "from_module":"digideep.environment.dmc2gym"}'
python -m digideep.main --params digideep.params.mujoco_ppo \
--cpanel '{"model_name":"DMBenchCheetahRun-v0", "recurrent":True}'
--cpanel '{"model_name":"DMBenchCheetahRun-v0", "from_module":"digideep.environment.dmc2gym", "recurrent":True}'
.. code-block:: bash
Expand Down

0 comments on commit 9ee2043

Please sign in to comment.