docs: proper newlines formatting
This commit is contained in:
parent
e4869e0061
commit
de6b038002
6 changed files with 20 additions and 3 deletions
|
|
@ -1,12 +1,15 @@
|
|||
# Brittle star environment
|
||||
|
||||
## Creation
|
||||
|
||||
The environment package contains a factory class `BrittleStarEnvFactory`
|
||||
that creates instances of the environment/morphologies/... It uses the
|
||||
configuration classes defined in `env_config.py` to create the instances.
|
||||
|
||||
## Configuration
|
||||
|
||||
The data classes in `env_config` have default values as stated in the tutorials.
|
||||
|
||||
* MorphologyConfig: configuration for the morphology of the brittle star. Contains
|
||||
number of arms, number of segments per arm, and control mode.
|
||||
* ArenaConfig: configuration for the arena. Sets the size of the arena, whether to
|
||||
|
|
@ -15,10 +18,13 @@ set the ground floor to sand, attach a target and sizes of the walls.
|
|||
such as camera locations, simulation time and the task.
|
||||
|
||||
## Backend and Task enums
|
||||
|
||||
The Backend enum specifies either an MJC or MJX backend.
|
||||
|
||||
* MJC: runs on CPU
|
||||
* MJX: uses jax on the gpu
|
||||
|
||||
The Task enum specifies which task to use. 2 items are present:
|
||||
|
||||
* DIRECTED_LOCOMOTION: move to a target location
|
||||
* LIGHT_ESCAPE: situation where the robot must move to a darker location
|
||||
|
|
|
|||
Reference in a new issue