SkillAgentSearch skills...

RLEngine

A simple reinforcement learning simulation engine for OpenAI's gym.

Install / Use

/learn @OneRaynyDay/RLEngine
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RL Engine

An RL engine (monte carlo, SARSA, Qlearning included) for solving reinforcement learning problems.

We get back a 4-tuple from openai gyms, which is of the form: (observation, reward, done, info). We will use observations, reward, and done to generate episodes via an off-policy algorithm.

And then, we will feed the episodes to a target policy that will run improvements upon it. Simple idea.

Details about implementation is covered in the blog about Monte Carlo, and the blog about TD methods.

Try running the python files in examples. They are examples on how to use the MC model.

View on GitHub
GitHub Stars39
CategoryEducation
Updated4mo ago
Forks13

Languages

Python

Security Score

77/100

Audited on Nov 19, 2025

No findings