An open API service indexing awesome lists of open source software.

https://github.com/alexlee-gk/shape_pusher_env

Simple mujoco environment of a sphere agent pushing objects of various shapes and colors
https://github.com/alexlee-gk/shape_pusher_env

Last synced: 3 months ago
JSON representation

Simple mujoco environment of a sphere agent pushing objects of various shapes and colors

Awesome Lists containing this project

README

          

# ShapePusherEnv
Simple mujoco environment where a sphere agent pushes objects of various shapes and colors.

Example observations of this environment (8 observations of different trajectories are shown).

![Alt Text](https://github.com/alexlee-gk/shape_pusher_env/raw/master/images/example.gif)

## Install mujoco-py dependency
Install MuJoCo 1.31. For correct behavior of dynamically changing colors, apply patch to mujoco-py source and install from source.
```
git clone --branch 0.5.7 git@github.com:openai/mujoco-py.git
cd mujoco-py
git apply ../mujoco-py.patch
python setup.py install
```

## Install other dependencies
```
pip install -r requirements.txt
```