Skip to content

Commit

Permalink
Merge pull request #242 from chandar-lab/docs-patch-1
Browse files Browse the repository at this point in the history
Update quickstart.rst
  • Loading branch information
dapatil211 authored Dec 24, 2021
2 parents 2897653 + a5fdc43 commit e06a051
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ configuration

.. code-block:: bash
python -m hive_single_agent_loop -p atari/dqn.yml
python -m hive_multi_agent_loop -p hanabi/rainbow.yml
hive_single_agent_loop -p atari/dqn.yml
hive_multi_agent_loop -p hanabi/rainbow.yml
If you want to run an experiment with components that are all available in RLHive,
but not presets, you can create your own config file, and run that instead! Make
Expand All @@ -53,8 +53,8 @@ sure you look at the examples

.. code-block:: bash
python -m hive_single_agent_loop -c <config-file>
python -m hive_multi_agent_loop -c <config-file>
hive_single_agent_loop -c <config-file>
hive_multi_agent_loop -c <config-file>
Finally, if instead you want to use your own custom custom components you can
simply register it with RLHive and run your config normally:
Expand Down

0 comments on commit e06a051

Please sign in to comment.