An open API service indexing awesome lists of open source software.

https://github.com/muehlefeldt/unity-machine-learning

Bachelor Thesis at Technische Universität Berlin on Autonomous, indoor operation of Small Unmanned Aircraft Systems using Reinforcement Learning and LSTM
https://github.com/muehlefeldt/unity-machine-learning

drone machine-learning navigation reinforcement-learning unity

Last synced: 5 months ago
JSON representation

Bachelor Thesis at Technische Universität Berlin on Autonomous, indoor operation of Small Unmanned Aircraft Systems using Reinforcement Learning and LSTM

Awesome Lists containing this project

README

          

# Autonomous indoor operation of sUAS using Reinforcement Learning and LSTM
This repository is part of a [bachelor thesis](Abschlussarbeit_382737.pdf) handed in at Technische Universität Berlin.
For installation and usage please refer to the [documentation](docs/Readme.md).

## Folder structure
### `python`
* `basic_rl_env` - Script and config file to run hyperparameter search and Unity training run in general.
* `notebooks` - Jupyter notebooks used for plots and function design.

### `unity`
* Code for Unity environments.