doctorcorral/gyx
Reinforcement Learning environment for Elixir
This project helps Elixir developers implement Reinforcement Learning (RL) environments, particularly those needing distributed capabilities. It takes a description of an RL environment (like a game or a simulation) and allows developers to interact with it, observe states, take actions, and receive rewards. The output is an 'experience' package that includes the next state, reward, and other relevant information for training RL agents. It's used by Elixir programmers building custom RL systems or integrating with existing ones like OpenAI Gym.
No commits in the last 6 months.
Use this if you are an Elixir developer looking to build or integrate Reinforcement Learning environments and agents, especially leveraging Elixir's distributed features.
Not ideal if you are not an Elixir developer or if you need a high-level, ready-to-use Reinforcement Learning framework rather than a building block for environments.
Stars
34
Forks
2
Language
Elixir
License
BSD-2-Clause
Category
Last pushed
Jan 27, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/doctorcorral/gyx"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qgallouedec/panda-gym
Set of robotic environments based on PyBullet physics engine and gymnasium.
nicrusso7/rex-gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
amazon-science/auction-gym
AuctionGym is a simulation environment that enables reproducible evaluation of bandit and...
upb-lea/openmodelica-microgrid-gym
OpenModelica Microgrid Gym (OMG): An OpenAI Gym Environment for Microgrids
ntasfi/PyGame-Learning-Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.