alxndrTL / Landing-StarshipsLinks
Make autonomous landing rockets using Deep Reinforcement Learning (Unity ML-Agents)
☆117Updated 5 years ago
Alternatives and similar repositories for Landing-Starships
Users that are interested in Landing-Starships are comparing it to the libraries listed below
Sorting:
- SpaceX Falcon 9 simulated with Reinforcement Learning algorithms such as D4PG,SAC and PPO.☆65Updated 5 years ago
- The Mayan Adventure is an open-source reinforcement learning environment for Unity ML-Agents. In this environment, you train your agent …☆36Updated 4 years ago
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library☆245Updated 11 months ago
- Training a car to drive within the lanes in a Unity driving environment☆20Updated 3 years ago
- A couple of drones and deep reinforcement learning models for controlling them.☆100Updated 4 years ago
- 💥💥 This is a easy installable extension for OpenAi Gym Environment. This simulates SpaceX Falcon landing.☆57Updated 7 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆79Updated 5 years ago
- Code repository for my course on the fundamentals of reinforcement learning☆95Updated 6 years ago
- Stable-Baselines3 (SB3) reinforcement learning tutorial for the Reinforcement Learning Virtual School 2021.☆58Updated 2 years ago
- From search engines, to science, to robotics, this reposity is meant to showcase the use of reinforcement learning in the world..☆278Updated last year
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆149Updated 4 years ago
- A multi-agent environment using Unity ML-Agents Toolkit☆10Updated 5 years ago
- Automated Hyperparameter Search for Unity ML-Agents☆81Updated 2 years ago
- PPO implementation for OpenAI gym environment based on Unity ML Agents☆150Updated 7 years ago
- Learn to create agents in Unity ML using Deep Reinforcement Learning with Tensorflow.☆92Updated 5 years ago
- Emergence of complex strategies through multiagent competition☆45Updated 3 years ago
- Showcase environment for ML-Agents☆76Updated 2 months ago
- A collection of pre-trained RL agents using Stable Baselines3☆141Updated last year
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 5 years ago
- Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch fra…