monokim / framework_tutorial
☆91Updated 4 years ago
Alternatives and similar repositories for framework_tutorial
Users that are interested in framework_tutorial are comparing it to the libraries listed below
Sorting:
- ☆400Updated last year
- Open source collection of Reinforcement Learning Environments.☆76Updated last year
- Collection of Python code that solves the Gymnasium Reinforcement Learning environments, along with YouTube tutorials.☆175Updated last month
- Repository for most of the code from my YouTube channel☆910Updated last year
- 🧠 NEAT algorithm applied to Chrome Dinosaur game in Python.☆41Updated 4 months ago
- Implementations of Deep Reinforcement Learning Algorithms and Bench-marking with PyTorch☆125Updated 5 years ago
- A gym environment for a miniature racecar using the pybullet physics engine.☆191Updated last year
- Reinforcement learning tutorials☆380Updated 2 years ago
- Snake Gane using OpenCV Python☆13Updated 6 years ago
- Code from "Intro to OpenAI Gym" tutorial video: https://youtu.be/8MC3y7ASoPs☆69Updated 6 years ago
- Train a DQN Agent to play CarRacing 2d using TensorFlow and Keras.☆91Updated 4 years ago
- Reinforcement Learning examples implementation and explanation☆331Updated 10 months ago
- Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3☆99Updated 2 years ago
- Tensorflow 2 Reinforcement Learning Cookbook, published by Packt☆196Updated 2 years ago
- ☆185Updated 3 years ago
- Solving OpenAI Gym problems.☆187Updated 4 years ago
- A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.☆366Updated last year
- AI driven snake game using Reinforcement Learning and Deep Q Learning☆61Updated 3 years ago
- An environment of the board game Go using OpenAI's Gym API☆172Updated 3 years ago
- Easily implement custom Gymnasium environments for real-time applications☆82Updated last month
- A collection of pre-trained RL agents using Stable Baselines3☆127Updated 6 months ago
- ☆48Updated 5 years ago
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library☆223Updated 3 months ago
- NEAT for Reinforcement Learning on the OpenAI Gym☆27Updated 2 years ago
- ☆11Updated 5 years ago
- A Torch Based RL Framework for Rapid Prototyping of Research Papers☆67Updated 2 weeks ago
- Lightweight multi-agent gridworld Gym environment☆208Updated last year
- ☆220Updated last year
- An improvement of CarRacing-v0 from OpenAI Gym in order to make the environment complex enough for Hierarchical Reinforcement Learning☆72Updated last year
- A Minimal Deep Q-Network