Repository navigation

#

sarsa-lambda

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

Java
127
6 年前

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

Python
30
6 年前

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

Python
27
6 年前

基于强化学习(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
13
5 个月前

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
4 个月前

Deep RL toy example based on gym package with several methods

Python
3
5 年前

Reversi game with multiple reinforcement learning algorithms.

Python
2
2 年前

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
1 年前

Applying reinforcement learning methods to a simple card game.

Python
1
8 个月前

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

C#
1
1 年前

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

Python
1
2 年前

Advanced RL algorithms for two simplified versions of chess. Shortest Path finds the minimal moves between two cells based on piece capabilities. Capture Pieces trains against random opponents aiming for maximal captures in set moves. Features Deep Q-Learning, Policy Iteration, TD and more.

Jupyter Notebook
1
2 年前