Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Itomori custom env to third_party_environments.md #1235

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

gustavo-moura
Copy link
Contributor

Description

Contribute third_party_environments.md, add links to Itomori, a custom gymnasium environment used to explore UAV agents in a risky environment, used to do research on chance constrained MDPs.
No additional dependencies needed.

Type of change

Please delete options that are not relevant.

  • Documentation only change (no code changed)

Checklist:

  • I have run the pre-commit checks with pre-commit run --all-files (see CONTRIBUTING.md instructions to set it up)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • 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

(Not applicable(?) - it's just changes to the md file.)
If there's anything I need to run, please let me know.

Add Itomori description and links to repo
![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.29.1-blue)
![GitHub stars](https://img.shields.io/github/stars/gustavo-moura/itomori)

Itomori is a Gymnasium environment for risk-aware UAV flight. Designed as part of a research project, Itomori provides tools to solve Chance-Constrained Markov Decision Processes (CCMDP). The env allows to simulate, visualize, and evaluate UAV navigation in complex and risky environments, incorporating variables like GPS uncertainty, collision risk, and adaptive flight planning. Itomori is intended to support UAV path-planning research by offering adjustable parameters, detailed visualizations, and insights into agent behavior in uncertain environments.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are the suggestions:

  • remove "Designed as part of a research project" As it is not relevant to the environment user
  • Remove the word "gymnasium" from the first sentence.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestions. I've made all the changes requested.

@pseudo-rnd-thoughts pseudo-rnd-thoughts merged commit 1d353b3 into Farama-Foundation:main Oct 29, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants