The collection of Gymnasium environments for the Aegis UR5e station.
- All poses consist of position
x,y,zand orientation in quaterion formqx,qy,qz,qw, i.e.:pose=[x,y,z,qx,qy,qz,qw] - For simplicity, the project uses Pytorch tensors instead of numpy ones.
Check the corresponding README.md.
uv build
pip3 install ./dist/aegis_gym-*.whl
# Combined command:
uv build && pip3 uninstall aegis_gym -y && pip3 install "./dist/aegis_gym-0.0.1-py3-none-any.whl[sim-genesis]"uv run pytest -v -spython3 ./test/sb3_run_train.pyCheck out the utils README.
This project uses various tools for aiding the quality of the source code. Currently most of them are executed by the pre-commit. As a faster alternative it is suggested to use prek. Please make sure to enable its hooks:
# In case of pre-commit
pre-commit install
# In case of prek
prek installThis repository is licensed under the Apache 2.0, see LICENSE for details.
