All Projects → hijkzzz → Reinforcement Learning Wechat Jump

hijkzzz / Reinforcement Learning Wechat Jump

Reinforcement Learning for WeChat Jump

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Reinforcement Learning Wechat Jump

Pysc2 Examples
StarCraft II - pysc2 Deep Reinforcement Learning Examples
Stars: ✭ 722 (+749.41%)
Mutual labels:  ai, reinforcement-learning
Run Skeleton Run
Reason8.ai PyTorch solution for NIPS RL 2017 challenge
Stars: ✭ 83 (-2.35%)
Mutual labels:  reinforcement-learning, ddpg
Awesome Artificial Intelligence
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
Stars: ✭ 6,516 (+7565.88%)
Mutual labels:  ai, reinforcement-learning
Elegantrl
Lightweight, efficient and stable implementations of deep reinforcement learning algorithms using PyTorch.
Stars: ✭ 575 (+576.47%)
Mutual labels:  reinforcement-learning, ddpg
Rlcard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
Stars: ✭ 980 (+1052.94%)
Mutual labels:  ai, reinforcement-learning
Habitat Lab
A modular high-level library to train embodied AI agents across a variety of tasks, environments, and simulators.
Stars: ✭ 587 (+590.59%)
Mutual labels:  ai, reinforcement-learning
Super Mario Bros A3c Pytorch
Asynchronous Advantage Actor-Critic (A3C) algorithm for Super Mario Bros
Stars: ✭ 775 (+811.76%)
Mutual labels:  ai, reinforcement-learning
Mushroom Rl
Python library for Reinforcement Learning.
Stars: ✭ 442 (+420%)
Mutual labels:  reinforcement-learning, ddpg
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+905.88%)
Mutual labels:  ai, reinforcement-learning
Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+874.12%)
Mutual labels:  ai, reinforcement-learning
Animalai Olympics
Code repository for the Animal AI Olympics competition
Stars: ✭ 544 (+540%)
Mutual labels:  ai, reinforcement-learning
Holodeck Engine
High Fidelity Simulator for Reinforcement Learning and Robotics Research.
Stars: ✭ 48 (-43.53%)
Mutual labels:  ai, reinforcement-learning
Holodeck
High Fidelity Simulator for Reinforcement Learning and Robotics Research.
Stars: ✭ 513 (+503.53%)
Mutual labels:  ai, reinforcement-learning
Super Mario Bros Ppo Pytorch
Proximal Policy Optimization (PPO) algorithm for Super Mario Bros
Stars: ✭ 649 (+663.53%)
Mutual labels:  ai, reinforcement-learning
Tensor House
A collection of reference machine learning and optimization models for enterprise operations: marketing, pricing, supply chain
Stars: ✭ 449 (+428.24%)
Mutual labels:  ai, reinforcement-learning
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+8074.12%)
Mutual labels:  reinforcement-learning, ddpg
Aigames
use AI to play some games.
Stars: ✭ 422 (+396.47%)
Mutual labels:  ai, reinforcement-learning
Autonomous Learning Library
A PyTorch library for building deep reinforcement learning agents.
Stars: ✭ 425 (+400%)
Mutual labels:  reinforcement-learning, ddpg
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+871.76%)
Mutual labels:  ai, reinforcement-learning
Gbrain
GPU Javascript Library for Machine Learning
Stars: ✭ 48 (-43.53%)
Mutual labels:  ai, reinforcement-learning

Deep Reinforcement Learning Wechat Jump

End-to-end training Wechat-Jump AI using DDPG algorithm

Environment

  • PyTorch
  • PyOpenCV
  • Android Device(1920 * 1080)
  • ADB Tools

Detail

  • Using screenshot as neural network input
  • The actor uses tanh as the activation function
  • Critic uses a linear layer to output Q values
  • Noise is a normal distribution with a std=0.2
  • Get game state with template matching of OpenCV

Train

python train.py

Infer

python infer.py

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].