pdm_project
Group project for Planning & Decision-making course.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.4%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
·
Repository
Group project for Planning & Decision-making course.
Basic Info
- Host: GitHub
- Owner: LyraLiu1208
- License: mit
- Language: Python
- Default Branch: main
- Size: 116 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Citation
README.md
Drone Path Planning Examples
Run the following commands to see the drone in action:
Warehouse Environment
- RRT: python examples/baseline.py
- RRT*: python examples/RRT_star.py
Building Environment
- RRT: python examples/baseline_building.py
- RRT: python examples/RRT_star_building.py
Owner
- Login: LyraLiu1208
- Kind: user
- Repositories: 1
- Profile: https://github.com/LyraLiu1208
Citation (CITATION.cff)
cff-version: 1.2.0
preferred-citation:
type: article
authors:
- family-names: "Panerati"
given-names: "Jacopo"
orcid: "https://orcid.org/0000-0003-2994-5422"
- family-names: "Zheng"
given-names: "Hehui"
orcid: "https://orcid.org/0000-0002-4977-0220"
- family-names: "Zhou"
given-names: "SiQi"
- family-names: "Xu"
given-names: "James"
- family-names: "Prorok"
given-names: "Amanda"
orcid: "https://orcid.org/0000-0001-7313-5983"
- family-names: "Schoellig"
given-names: "Angela P."
orcid: "https://orcid.org/0000-0003-4012-4668"
doi: "10.0000/00000"
journal: "2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)"
month: 1
start: 1 # First page number
end: 8 # Last page number
title: "Learning to Fly---a Gym Environment with PyBullet Physics for Reinforcement Learning of Multi-agent Quadcopter Control"
issue: 1
volume: 1
year: 2021
GitHub Events
Total
- Member event: 3
- Push event: 48
- Create event: 7
Last Year
- Member event: 3
- Push event: 48
- Create event: 7
Dependencies
.github/workflows/push.yml
actions
- actions/checkout v3 composite
- actions/setup-python v3 composite
.github/workflows/release.yml
actions
- actions/checkout v3 composite
- actions/setup-python v3 composite
- pypa/gh-action-pypi-publish master composite
pyproject.toml
pypi
- gymnasium ^0.28
- matplotlib ^3.7
- numpy ^1.24
- pybullet ^3.2.5
- pytest ^7.3
- python ^3.10
- scipy ^1.10
- stable-baselines3 ^2.0.0
- transforms3d ^0.4.1