All Projects → 2048-Gym → Similar Projects or Alternatives

158 Open source projects that are alternatives of or similar to 2048-Gym

gym-mtsim
A general-purpose, flexible, and easy-to-use simulator alongside an OpenAI Gym trading environment for MetaTrader 5 trading platform (Approved by OpenAI Gym)
Stars: ✭ 196 (+188.24%)
Mutual labels:  openai-gym, gym-environment
2048-rs
Rust implementation of 2048 game
Stars: ✭ 15 (-77.94%)
Mutual labels:  2048
2048.node
🎮 Terminal version of the game 2048 written in Nodejs
Stars: ✭ 18 (-73.53%)
Mutual labels:  2048
2048-react
2048 game on React
Stars: ✭ 13 (-80.88%)
Mutual labels:  2048
drl grasping
Deep Reinforcement Learning for Robotic Grasping from Octrees
Stars: ✭ 160 (+135.29%)
Mutual labels:  openai-gym
2048-rs
A rust implementation of the famous 2048 game
Stars: ✭ 48 (-29.41%)
Mutual labels:  2048
2048-typescript-cocoscreator
🚀 A 2048 Canvas Game.
Stars: ✭ 15 (-77.94%)
Mutual labels:  2048
mgym
A collection of multi-agent reinforcement learning OpenAI gym environments
Stars: ✭ 41 (-39.71%)
Mutual labels:  gym-environment
Deep-Q-Networks
Implementation of Deep/Double Deep/Dueling Deep Q networks for playing Atari games using Keras and OpenAI gym
Stars: ✭ 38 (-44.12%)
Mutual labels:  openai-gym
FinRL Podracer
Cloud-native Financial Reinforcement Learning
Stars: ✭ 179 (+163.24%)
Mutual labels:  openai-gym
Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020
Live Trading. Please star.
Stars: ✭ 1,251 (+1739.71%)
Mutual labels:  openai-gym
obstacle-env
An environment for an obstacle avoidance task
Stars: ✭ 30 (-55.88%)
Mutual labels:  gym-environment
2048
🎮 2048 game developed using javascript
Stars: ✭ 53 (-22.06%)
Mutual labels:  2048
TideBot
我的 IRC 机器人,虽然这个 Bot 能让聊天者在 IRC 里玩游戏,但除了游戏,还有其他很多功能。
Stars: ✭ 26 (-61.76%)
Mutual labels:  2048
2048-go
This is 2048 working on CLI
Stars: ✭ 21 (-69.12%)
Mutual labels:  2048
gym-cryptotrading
OpenAI Gym Environment API based Bitcoin trading environment
Stars: ✭ 111 (+63.24%)
Mutual labels:  gym-environment
rl pytorch
Deep Reinforcement Learning Algorithms Implementation in PyTorch
Stars: ✭ 23 (-66.18%)
Mutual labels:  openai-gym
pytorch-rl
Pytorch Implementation of RL algorithms
Stars: ✭ 15 (-77.94%)
Mutual labels:  openai-gym
rlflow
A TensorFlow-based framework for learning about and experimenting with reinforcement learning algorithms
Stars: ✭ 20 (-70.59%)
Mutual labels:  openai-gym
trading gym
a unified environment for supervised learning and reinforcement learning in the context of quantitative trading
Stars: ✭ 36 (-47.06%)
Mutual labels:  gym-environment
tf-a3c-gpu
Tensorflow implementation of A3C algorithm
Stars: ✭ 49 (-27.94%)
Mutual labels:  openai-gym
modelicagym
Modelica models integration with Open AI Gym
Stars: ✭ 53 (-22.06%)
Mutual labels:  openai-gym
dqn zoo
The implement of all kinds of dqn reinforcement learning with Pytorch
Stars: ✭ 42 (-38.24%)
Mutual labels:  ddqn
gym-hybrid
Collection of OpenAI parametrized action-space environments.
Stars: ✭ 26 (-61.76%)
Mutual labels:  openai-gym
jupiter
A Monte-Carlo based AI to beat 2048
Stars: ✭ 47 (-30.88%)
Mutual labels:  2048
gym-cartpole-swingup
A simple, continuous-control environment for OpenAI Gym
Stars: ✭ 20 (-70.59%)
Mutual labels:  openai-gym
react-2048
A React implementation of 2048 game built with typescript and styled-components
Stars: ✭ 66 (-2.94%)
Mutual labels:  2048
gym-line-follower
Line follower robot simulator environment for Open AI Gym.
Stars: ✭ 46 (-32.35%)
Mutual labels:  openai-gym
distributed rl
Pytorch implementation of distributed deep reinforcement learning
Stars: ✭ 66 (-2.94%)
Mutual labels:  openai-gym
Autonomous-Drifting
Autonomous Drifting using Reinforcement Learning
Stars: ✭ 83 (+22.06%)
Mutual labels:  openai-gym
ga-openai-gym
Usage of genetic algorithms to train a neural network in multiple OpenAI gym environments.
Stars: ✭ 24 (-64.71%)
Mutual labels:  openai-gym
prl
Open-source library for a reinforcement learning research.
Stars: ✭ 53 (-22.06%)
Mutual labels:  openai-gym
coord-sim
Lightweight flow-level simulator for inter-node network and service coordination (e.g., in cloud/edge computing or NFV).
Stars: ✭ 33 (-51.47%)
Mutual labels:  openai-gym
stadium
A graphical interface for reinforcement learning and gym-based environments. Integrates tensorboard and various configuration utilities for ease of usage.
Stars: ✭ 26 (-61.76%)
Mutual labels:  gym-environment
mdp
Make it easy to specify simple MDPs that are compatible with the OpenAI Gym.
Stars: ✭ 30 (-55.88%)
Mutual labels:  openai-gym
2048
🎮 2048 clone (React/TypeScript/Redux). No canvas.
Stars: ✭ 55 (-19.12%)
Mutual labels:  2048
neat-openai-gym
NEAT for Reinforcement Learning on the OpenAI Gym
Stars: ✭ 19 (-72.06%)
Mutual labels:  openai-gym
TF2-RL
Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]
Stars: ✭ 160 (+135.29%)
Mutual labels:  openai-gym
CartPole
Run OpenAI Gym on a Server
Stars: ✭ 16 (-76.47%)
Mutual labels:  openai-gym
ddrl
Deep Developmental Reinforcement Learning
Stars: ✭ 27 (-60.29%)
Mutual labels:  openai-gym
Pytorch-RL-CPP
A Repository with C++ implementations of Reinforcement Learning Algorithms (Pytorch)
Stars: ✭ 73 (+7.35%)
Mutual labels:  openai-gym
nelua-game2048
Clone of the 2048 game in Nelua using Raylib
Stars: ✭ 16 (-76.47%)
Mutual labels:  2048
dm2gym
Convert DeepMind Control Suite to OpenAI gym environments.
Stars: ✭ 76 (+11.76%)
Mutual labels:  openai-gym
dqn-lambda
NeurIPS 2019: DQN(λ) = Deep Q-Network + λ-returns.
Stars: ✭ 20 (-70.59%)
Mutual labels:  openai-gym
sc2gym
PySC2 OpenAI Gym Environments
Stars: ✭ 50 (-26.47%)
Mutual labels:  openai-gym
2048.c
CLI version of 2048, written in C.
Stars: ✭ 14 (-79.41%)
Mutual labels:  2048
ddpg biped
Repository for Planar Bipedal walking robot in Gazebo environment using Deep Deterministic Policy Gradient(DDPG) using TensorFlow.
Stars: ✭ 65 (-4.41%)
Mutual labels:  openai-gym
gym-microrts-paper-sb3
RL agent to play μRTS with Stable-Baselines3 and PyTorch
Stars: ✭ 21 (-69.12%)
Mutual labels:  gym-environment
gym-tetris
An OpenAI Gym interface to Tetris on the NES.
Stars: ✭ 33 (-51.47%)
Mutual labels:  openai-gym
cxk-2048-react
🐓 A noisy 2048 game. 一个魔性又吵闹的2048小游戏。
Stars: ✭ 13 (-80.88%)
Mutual labels:  2048
bark-ml
Gym environments and agents for autonomous driving.
Stars: ✭ 68 (+0%)
Mutual labels:  openai-gym
vizdoomgym
OpenAI Gym wrapper for ViZDoom enviroments
Stars: ✭ 59 (-13.24%)
Mutual labels:  openai-gym
pong-from-pixels
Training a Neural Network to play Pong from pixels
Stars: ✭ 25 (-63.24%)
Mutual labels:  openai-gym
jiminy
Jiminy: a fast and portable Python/C++ simulator of poly-articulated systems with OpenAI Gym interface for reinforcement learning
Stars: ✭ 90 (+32.35%)
Mutual labels:  openai-gym
MI-MVI 2016
Semestral project for the subject Methods of computational inteligence @ fit.cvut.cz
Stars: ✭ 24 (-64.71%)
Mutual labels:  2048
Deep-Reinforcement-Learning-CS285-Pytorch
Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch framework
Stars: ✭ 104 (+52.94%)
Mutual labels:  openai-gym
atc-reinforcement-learning
Reinforcement learning for an air traffic control task. OpenAI gym based simulation.
Stars: ✭ 37 (-45.59%)
Mutual labels:  openai-gym
FinRL
FinRL: The first open-source project for financial reinforcement learning. Please star. 🔥
Stars: ✭ 3,497 (+5042.65%)
Mutual labels:  openai-gym
MuJoCo RL UR5
A MuJoCo/Gym environment for robot control using Reinforcement Learning. The task of agents in this environment is pixel-wise prediction of grasp success chances.
Stars: ✭ 108 (+58.82%)
Mutual labels:  gym-environment
2048
使用 Cocos Creator 开发微信小游戏 2048(代码基于 Cocos Creator 1.10)
Stars: ✭ 26 (-61.76%)
Mutual labels:  2048
1-60 of 158 similar projects