apoddar573 / Tic-Tac-Toe-Gym_Environment
This is an implementation of the tic-tac-toe game as a gym environment. It can be used to make the computer learn playing the Tic-Tac-Toe game.
☆26Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for Tic-Tac-Toe-Gym_Environment
- Hindsight Experience Replay - Bit flipping experiment in Tensorflow☆58Updated 6 years ago
- TorchingUp provides minimal implementations of common Reinforcement Learning algorithms written in PyTorch. It is meant to complement Ope…☆42Updated last year
- Simple bit flipping with sparse rewards using HER, similarly to the original paper☆38Updated 5 years ago
- Gridworld environments for OpenAI gym.☆80Updated 9 months ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆73Updated 4 years ago
- Proximal policy optimization in PyTorch. Easy to read and understand.☆48Updated 4 years ago
- A simple stochastic OpenAI environment for training RL agents☆89Updated last year
- TensorFlow implementation of asynchronous advantage actor-critic (A3C)☆39Updated 3 years ago
- Bandits Environments for the OpenAI Gym☆89Updated 4 years ago
- Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.☆151Updated last year
- Old and new Reinforcement Learning algorithms run on the GridUniverse ecosystem☆22Updated 5 years ago
- My implementation of the Proximal Policy Optisation algorithm using Keras as a backend☆88Updated 5 years ago
- Simple grid-world environment compatible with OpenAI-gym☆49Updated 4 years ago
- A simple Gridworld environment for Open AI gym☆24Updated 6 years ago
- ☆72Updated last year
- This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled …☆114Updated 2 weeks ago
- ☆16Updated 4 years ago
- Tensorflow implementation of a Deep Distributed Distributional Deterministic Policy Gradients (D4PG) network, trained on OpenAI Gym envir…☆126Updated 4 years ago
- TensorFlow 2.0 for Deep Reinforcement Learning.☆82Updated last year
- This is a self-contained repository to explain two basic Reinforcement (RL) algorithms.☆76Updated 2 months ago
- Highly Modular and Scalable Reinforcement Learning☆114Updated 4 years ago
- ☆27Updated 5 years ago
- Implementation of Proximal Meta-Policy Search (ProMP) as well as related Meta-RL algorithm. Includes a useful experiment framework for Me…☆232Updated 2 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆173Updated last year
- A repository for code of reinforcement learning algorithms with PyTorch☆29Updated 3 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆120Updated 3 years ago
- General implementation of Advantage Actor Critic using Pytorch☆26Updated 2 years ago
- Implementation of DDPG (Modified from the work of Patrick Emami) - Tensorflow (no TFLearn dependency), Ornstein Uhlenbeck noise function,…☆65Updated 7 years ago
- Basic versions of agents from Spinning Up in Deep RL written in PyTorch☆197Updated 3 years ago
- Keras Implementation of PPO to solve OpenAI Gym Environments☆16Updated 6 years ago