The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

26 lines
897 B

4 weeks ago
  1. ---
  2. name: Bug Report
  3. about: Submit a bug report
  4. title: "[Bug Report] Bug title"
  5. ---
  6. If you are submitting a bug report, please fill in the following details and use the tag [bug].
  7. **Describe the bug**
  8. A clear and concise description of what the bug is.
  9. **Code example**
  10. Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful.
  11. **System Info**
  12. Describe the characteristic of your environment:
  13. * Describe how `minigrid` was installed (pip, docker, source, ...)
  14. * What OS/version of Linux you're using. Note that while we will accept PRs to improve Window's support, we do not officially support it.
  15. * Python version
  16. **Additional context**
  17. Add any other context about the problem here.
  18. ### Checklist
  19. - [ ] I have checked that there is no similar [issue](https://github.com/Farama-Foundation/MiniGrid/issues) in the repo (**required**)