Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycaisy authored Jul 23, 2024
1 parent b08c8a2 commit 9d9b233
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,11 @@ Here is a list of available environments and their supported tasks and configura
.. autoclass:: car_dreamer.CarlaRoundaboutEnv
:show-inheritance:

.. autoclass:: car_dreamer.CarlaStopSignEnv
:show-inheritance:

.. autoclass:: car_dreamer.CarlaTrafficLightsEnv
:show-inheritance:

.. note::
All configurations mentioned here can also be changed by command line arguments. For example, to change the port number of the CARLA server, you can pass ``--env.world.carla_port <number>``. See :py:func:`car_dreamer.create_task` for more details.

0 comments on commit 9d9b233

Please sign in to comment.