MiscellaneousStuff/tlol-rl
TLoL (Reinforcement Learning Python Module) - League of Legends RL Module (Allows ML Models to Play League of Legends)
This module allows machine learning models to play the popular video game League of Legends. It takes your trained AI model as input and outputs gameplay within the League of Legends environment, enabling developers and researchers to test and refine their reinforcement learning agents in a complex, real-time strategy game setting. The primary users are AI/ML researchers, game AI developers, or enthusiasts interested in training agents for League of Legends.
No commits in the last 6 months.
Use this if you are an AI/ML developer or researcher looking to create, train, and evaluate reinforcement learning agents that can play League of Legends.
Not ideal if you are looking for a tool to improve your personal League of Legends gameplay or to develop traditional game bots without a focus on machine learning.
Stars
19
Forks
1
Language
Python
License
MIT
Category
Last pushed
Feb 12, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MiscellaneousStuff/tlol-rl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
google-deepmind/dm_control
Google DeepMind's software stack for physics-based simulation and Reinforcement Learning...
Denys88/rl_games
RL implementations
pytorch/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
yandexdataschool/Practical_RL
A course in reinforcement learning in the wild