SaaSHub helps you find the best software and product alternatives Learn more โ
Muzero-general Alternatives
Similar projects and alternatives to muzero-general
-
-
InfluxDB
InfluxDB โ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
Benthos
Discontinued Fancy stream processing made operationally mundane [Moved to: https://github.com/redpanda-data/connect]
-
open_spiel
OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.
-
BizHawk
BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
m4b-tool
m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
-
-
-
-
ebook-reader-dict
Finally decent dictionaries based on the Wiktionary for your beloved eBook reader. Daily updates & 15 locales supported so far.
-
tone
tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac and more. It has no dependencies and can be downloaded as single binary for Windows, macOS, Linux and other common platforms.
-
-
-
stable-baselines3-contrib
Contrib package for Stable-Baselines3 - Experimental reinforcement learning (RL) code
-
-
alpha-zero-general
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
-
-
CardScripts
Project Ignis card script libraries and canonical card scripts for EDOPro. Send bug reports through Discord only!
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
muzero-general discussion
muzero-general reviews and mentions
-
Open source rules engine for Magic: The Gathering
I went looking for MuZero implementations in order to see how, exactly, they interact with the game space. Based on this one, which had the most stars in the muzero topic, it appears that it needs to be able to discern legal next steps from the current game state https://github.com/werner-duvaud/muzero-general/blob/master/...
So, I guess for the cards Forge has implemented one could MuZero it, but I believe it's a bit chicken and egg with a "free text" game like M:TG -- in order to train one would need to know legal steps for any random game state, but in order to have legal steps one would need to be able to read and interpret English rules and card text
- I placed Stockfish (white) against ChatGPT (black). Here's how the game went.
- Ask HN: What interesting problems are you working on? ( 2022 Edition)
-
How to "fit" the output of the Critic to the dimension of the reward?
You may want to use the trick described in https://arxiv.org/pdf/1805.11593.pdf as a Transformed Bellman Operator. Its efficiency is proved in MuZero original paper https://arxiv.org/pdf/1911.08265.pdf Appendix F. The implementation of that method you can find here: https://github.com/werner-duvaud/muzero-general Usage: muzero/models.py:649 (def support_to_scalar)
-
MuZero unable to solve non-slippery FrozenLake environment?
I have used this implementation from MuZero: https://github.com/werner-duvaud/muzero-general
-
RL for chess
+1 to taking a look at OpenSpiel. It has AlphaZero in C++ and Python, and there is even a PR open that allows running UCI (e.g. Stockfish) bot. You can also load chess via the OpenSpiel wrapper in muzero-general: https://github.com/werner-duvaud/muzero-general
-
The future of MuZero, and where to go for news
When I looked up some community implementations, like that of Werner Duvaud on GitHub and Discord, hoping to make my own contributions to this effect, I soon found that I was hopelessly out of my depth as an amateur programmer, even with the help of some other sources like this walkthrough series. However, from what I could tell, most of the people working on this sort of thing seemed to be tackling relatively simple games. At first I thought this might be largely due to limitations in hobby time or computing power available to these users, but then I also noticed that, unless I have misunderstood something, it seems like the games are required to be rebuilt entirely in the engine of (this implementation of) MuZero, which would also obviously be a limit on the complexity of games chosen.
- Is MuZero currently the best RL algo that we have now?
-
"muzero-general", PyTorch/Ray code for Gym/Atari/board-games (reasonable results + checkpoints for small tasks)
Windows support (Experimental / Workaround: Use the notebook in Google Colab)
-
Muzero code implementation
There are several if you google "muzero github", e.g. https://github.com/werner-duvaud/muzero-general
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 May 2025
Stats
werner-duvaud/muzero-general is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of muzero-general is Python.
Popular Comparisons
- muzero-general VS Super-mario-bros-PPO-pytorch
- muzero-general VS stable-baselines3-contrib
- muzero-general VS alpha-zero-general
- muzero-general VS open_spiel
- muzero-general VS deep-RL-trading
- muzero-general VS trax
- muzero-general VS Pytorch-UNet
- muzero-general VS Gym-Booking-Discord-Bot
- muzero-general VS pytorch-ddpg
- muzero-general VS seed_rl