Skip to content

amohamed11/OpenAIGym-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenAIGym-Solutions

A collections of solutions for openai gym environments, using mainly reinforcement learning techniques.

As of 12/10/2018 11:30PM MDT, currently #1 on the leaderboard

Agent:

A Sarsa(λ) Agent with eligibility trace and linear function approximation.
Generating feature vectors was done with the tiles3 library.

Environment

The bulk of the environment code is from the RandomAgent example on the OpenAI github.
Modified to run the agent as necessary.
Max Episode = 1000

Solution

Required Avg score over 100 consecutive episodes = -110.00
Achieved Avg score over 100 consecutive episodes = -109.41
Number of Episodes for solution = 341

Video Link

References

About

Solution[s] for OpenAI gym environments.

Resources

Stars

Watchers

Forks

Languages