ankitdhall / CartPole

Solving CartPole-v0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CartPole

Solving CartPole environment on OpenAI Gym using a linear approx Q-function using TensorFlow.

The algorithm learns a single 4x2 transformation matrix to map observed state values to Q-value approximation for actions. M: states -> Q-value approximation for actions

The linear mapping solves both the v0 and v1 of CartPole and the evaluations can be found on the OpenAI gym.

About

Solving CartPole-v0


Languages

Language:Python 100.0%