Skip to content

Commit

Permalink
localdocker
Browse files Browse the repository at this point in the history
  • Loading branch information
nskh committed Dec 4, 2018
1 parent c48e077 commit ef93f59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/rllabec2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ you are using already-existing network files (from, say, OpenStreetMap),
ensure they do not get deleted by ``make clean`` by storing such files
elsewhere.

Inside the experiment, change the ``mode`` to ``ec2`` (other options are
``local`` and ``local_docker``). You should run the experiment in
Inside the experiment, change the ``mode`` to ``ec2``. Other mode options are
``local``, which uses your standard environment and ``local_docker``, which
uses a local Docker image to run the experiment. You should run the experiment in
``local_docker`` mode briefly before running the ``ec2`` version to
ensure there are no errors, particularly with Docker image compatability
ensure there are no errors, particularly with Docker image compatibility.

After running ``python example.py`` once the ``mode`` of ``example.py``
is ``ec2``, you should see your experiment running on AWS.
Expand Down

0 comments on commit ef93f59

Please sign in to comment.