D4RL
D4RL copied to clipboard
Add AntMaze-Ultra
Description
Add AntMaze-Ultra, which is a larger and more challenging version of AntMaze proposed by 2208.10291
Type of change
- [x] New feature (non-breaking change which adds functionality)
- [x] This change requires a documentation update
Checklist:
- [ ] I have run the
pre-commit
checks withpre-commit run --all-files
(seeCONTRIBUTING.md
instructions to set it up) - [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes