All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- chore: add CITATION.cff in PR #53.
- chore: update link to PKU-Alignment org in PR #55.
- chore(LICENSE): update license copyright owner.
- feat: support environments wrappers in PR #57.
- chore(benchmarks): upload benchmark results for environments in PR #48.
- feat(agents): support Doggo agent in PR #51.
- chore: update link to OmniSafeAi org in PR #38.
- chore(pre-commit): [pre-commit.ci] autoupdate in PR #36.
- deps(gymnasium): update gymnasium version to 0.28.1 in PR #41.
- style: fix grammar in README and normalize string in pyproject.toml.
- chore: update license header in PR #44.
- chore: add test configurations and update Makefile in PR #45.
- feat: add Gymnasium conversion wrappers in PR #46.
- style: prefer utf-8 over UTF-8 in code.
- chore: pre-commit autoupdate.
- test: enable tests in ci in PR #16.
- feat(SafeVelocity): update safety velocity tasks to v1 in PR #37.
- feat: add ruff and codespell integration in PR #35.
- fix(builder.py): fix seed setting in PR #32.
- docs: update example and changelog in PR #30.
- feat: support rgb_array_list and depth_array_list mode for render in PR #26.
- fix: fix bug in vision observation in PR #28.
- chore(vision_env): update default resolution of vision environments in PR #29.
- fix: fix origin AutoresetWrapper doesn't have cost in PR #23.
- fix: fix the bug in the observation space of the compass in PR #17.
- feat: enable more flake8 checks in PR #24.
- The first beta release of Safety-Gymnasium.
- Add
task:safe-velocity
andtask:safe-navigation
. - Add documentation.
- Add
robot:racecar
androbot:ant
.
- The first stable release of Safety-Gymnasium.
- Fix confliction of seed mechanism in vector env module.