tyler-romero / gym-agents

Agents and scripts for OpenAI Gym

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gym-agents

Agents and scripts for OpenAI Gym

Currently Implemented Agents:

  • Q-Learning Agent for Cartpole
  • Random Agent for Any Problem

Agents I plan to implement soon:

  • Policy Gradient Agent for Cartpole
  • A better Q-Learning Agent for Cartpole
  • Deep Q-Learning Agent for Atari from Pixels
  • Deep Q-Learning Agent for Atari from RAM

About

Agents and scripts for OpenAI Gym


Languages

Language:Python 100.0%