https://github.com/sintefneodroid/examples
Example Implementations of Reinforcement Learning Environments using Neodroid
https://github.com/sintefneodroid/examples
agent fun grid grid-world gridworld gridworld-environment hacktoberfest learning ml reinforcement-learning rl world
Last synced: 6 months ago
JSON representation
Example Implementations of Reinforcement Learning Environments using Neodroid
- Host: GitHub
- URL: https://github.com/sintefneodroid/examples
- Owner: sintefneodroid
- License: apache-2.0
- Created: 2018-05-16T14:52:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:01:25.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T11:03:59.706Z (7 months ago)
- Topics: agent, fun, grid, grid-world, gridworld, gridworld-environment, hacktoberfest, learning, ml, reinforcement-learning, rl, world
- Language: C#
- Homepage: https://www.sintef.no/en/ocean/
- Size: 275 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Examples
## Usage
Requires a version of Unity >= 2018.2.0f2 (Due to a unity package manager functionality)
1. ```git clone --recursive https://github.com/sintefneodroid/droid.git```
2. Open the repo folder as an Unity project## Demo

## Repository Structure
---sintefneodroid/Examples # This repository
│
│
├── Assets # Prebuilt Neodroid environments
│ ├── Neodroid # Droid implementation
│ ├── SceneAssets # All scene-specific assets for the prebuilt environments
│ └── Scenes # All prebuilt environment scenes
│
├── .github # Images and such for this README
│
├── Presets # The Neodroid unity package
│ ├── Environments # Classes for encapsulating all Neodroid environments
│ ├── Managers # Classes for managing the simulation of Neodroid environments
│ └── Utilities # Lots of helper functionalities
│
├── LICENSE # License file (Important but boring)
└── README.md # The top-level README
---# Citation
For citation you may use the following bibtex entry:
````
@misc{neodroid-examples,
author = {Heider, Christian},
title = {Neodroid Platform Examples},
year = {2018},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/sintefneodroid/Examples}},
}
````# Components Of The Neodroid Platform
- [agent](https://github.com/sintefneodroid/agent)
- [neo](https://github.com/sintefneodroid/neo)
- [droid](https://github.com/sintefneodroid/droid)