n-step-sarsa
There are 5 repositories under n-step-sarsa topic.
makaveli10/reinforcementLearning
Reinforcement Learning - Implementation of Exercises, algorithms from the book Sutton Barto and David silver's RL course in Python, OpenAI Gym.
ZikangZhou/nim_rl
A reinforcement learning framework for the game of Nim.
egrund/SARSA-gridworld
This is an implementation of n-step SARSA and a gridworld to be solved by it.
farkoo/N-Step-SARSA-Lambda-SARSA
This repository contains implementations of reinforcement learning algorithms (N-Step SARSA and λ-Step SARSA) for the Windy Gridworld problem.
SPozder3/RLFinanceProject
Stock Portfolio Management using tabular and deep Q-learning methods - extension of FinRL repo