Repository navigation

#

sarsa-lambda

Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic

Java
130
6 年前

SARSA, Q-Learning, Expected SARSA, SARSA(λ) and Double Q-learning Implementation and Analysis

Python
29
6 年前

Implement some reinforcement learning algorithms, test and visualize on Pacman.

Python
28
7 年前

基于强化学习(RL)的冰壶游戏实例; 梯度下降的Sarsa(lambda) + 非均匀径向基特征表示

Python
21
5 年前

Code repository with classical reinforcement learning and deep reinforcement learning methods for Pokémon battles in Pokémon Showdown.

Jupyter Notebook
14
10 个月前

Series of Reinforcement Learning: Q-Learning, Sarsa, SarsaLambda, Deep Q Learning(DQN);一些列强化学习算法,玩OpenAI-gym游戏

Python
9
8 年前

Solve the shortest path problem using Reinforcement Learning. This project applies RL techniques, such as Q-learning and SARSA(λ), to find optimal routes in a weighted graph, where the algorithm learns to navigate by receiving rewards based on edge distances.

Jupyter Notebook
5
10 个月前

Deep RL toy example based on gym package with several methods

Python
3
6 年前

Reversi game with multiple reinforcement learning algorithms.

Python
2
3 年前

Implemented Learning to Drive a bicycle using reinforcement learning and shaping.

Python
2
5 年前

This repository contains the codes for Term Projects as part of the Reinforcement Learning course (CS600077) that I am taking in the Autumn 2023 semester at IIT Kharagpur

Python
2
2 年前

Applying reinforcement learning methods to a simple card game.

Python
1
2 个月前

An agent learns the optimal path towards its goal from any starting point while avoiding obstacles.

C#
1
2 年前

Q-learning agent to solve the frozen lake problem from the OpenAI gym

Python
1
3 年前