mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-30 20:18:15 +00:00
Added UAV_Navigation_DRL_AirSim to the project page (#1462)
* Update changelog.rst * Update projects.rst * Update grammar and fix doc build --------- Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
This commit is contained in:
parent
96526ed08a
commit
dc09d81f9c
2 changed files with 16 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ Documentation:
|
|||
- Added documentation about ``VecEnv`` API vs Gym API
|
||||
- Upgraded tutorials to Gymnasium API
|
||||
- Make it more explicit when using ``VecEnv`` vs Gym env
|
||||
- Added UAV_Navigation_DRL_AirSim to the project page (@heleidsn)
|
||||
|
||||
|
||||
Release 1.8.0 (2023-04-07)
|
||||
|
|
|
|||
|
|
@ -173,3 +173,18 @@ RLeXplore is a set of implementations of intrinsic reward driven-exploration app
|
|||
|
||||
| Author: Mingqi Yuan
|
||||
| GitHub: https://github.com/yuanmingqi/rl-exploration-baselines
|
||||
|
||||
|
||||
UAV_Navigation_DRL_AirSim
|
||||
-------------------------
|
||||
|
||||
A platform for training UAV navigation policies in complex unknown environments.
|
||||
|
||||
- Based on AirSim and SB3.
|
||||
- An Open AI Gym env is created including kinematic models for both multirotor and fixed-wing UAVs.
|
||||
- Some UE4 environments are provided to train and test the navigation policy.
|
||||
|
||||
Try to train your own autonomous flight policy and even transfer it to real UAVs! Have fun ^_^!
|
||||
|
||||
| Author: Lei He
|
||||
| Github: https://github.com/heleidsn/UAV_Navigation_DRL_AirSim
|
||||
|
|
|
|||
Loading…
Reference in a new issue