Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
KDharmarajanDev committed Feb 27, 2024
1 parent 455ee01 commit b14adcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ conda create --name mirage python=3.8

Install the mirage Python package.
```
cd xembody
cd mirage
pip install -e .
```

Expand All @@ -39,7 +39,7 @@ Follow the installation instructions for the given simulator by going into the f
## Usage
For robosuite, to run an experiment,
```
cd xembody/xembody_robosuite/benchmark
cd mirage/benchmark/robosuite
python3 run_robosuite_benchmark.py --config_file config/example_config.yaml
```
Please take a look at the example_config and the different parameters that can be set to run different tasks, agents, and robots. For the above code to work, you must change the agents to the path for the model checkpoints in robosuite.
Expand Down

0 comments on commit b14adcd

Please sign in to comment.