bomberland VS q-learning-algorithms

Compare bomberland vs q-learning-algorithms and see what are their differences.

bomberland

Bomberland: a multi-agent AI competition based on Bomberman. This repository contains both starter / hello world kits + the engine source code (by CoderOneHQ)

q-learning-algorithms

This repository will aim to provide implementations of q-learning algorithms (DQN, Double-DQN, ...) using Pytorch. (by thomashirtz)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bomberland q-learning-algorithms
2 1
99 4
- -
3.1 0.0
3 months ago almost 3 years ago
C++ Python
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bomberland

Posts with mentions or reviews of bomberland. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-24.
  • Show HN: Bomberland – An AI competition to build the best Bomberman bot
    4 projects | news.ycombinator.com | 24 Sep 2021
    Thanks for the feedback! We're working on improving the onboarding flow. Sorry about the Docker link issue - it should link you to a copy of the environment binary so that you can play around without Docker (no docs for this workflow just yet unfortunately).

    It's essentially a Bomberman-inspired game, where you program the agents to play in it and can play against other users' agents. You can try it out without an account by cloning one of the starter kits here: https://github.com/CoderOneHQ/bomberland and following the usage instructions (but you'll need to create an account to use the visualizer and to submit agents).

    We recommend the Docker flow, but if you get stuck feel free to reach out to me (Joy) or @thegalah (Matt) on our Discord: https://discord.gg/NkfgvRN

  • Bomberland: a new artificial intelligence competition
    1 project | dev.to | 19 Sep 2021
    We have starter kits in Python and TypeScript to help you get started (and encourage any community contributions to the starter kit repo).

q-learning-algorithms

Posts with mentions or reviews of q-learning-algorithms. We have used some of these posts to build our list of alternatives and similar projects.
  • actor-critic algorithms
    1 project | /r/reinforcementlearning | 11 Apr 2021
    I learn quite some things about reinforcement learning in the last months, and I feel like I understand much better deep-Q learning algorithms (if you want, you can check my [repo](https://github.com/thomashirtz/q-learning-algorithms). I would like to change a little bit my focus towards actor-critics algorithms now. The only thing is, I feel like in comparison to Q-learning algorithms, the explanations of the papers are not as precise as for Q-learning, and explanations on the internet diverge really greatly (e.g. the original paper does not give the A2C but only the A3C for one learner).

What are some alternatives?

When comparing bomberland and q-learning-algorithms you can also consider the following projects:

control-flag - A system to flag anomalous source code expressions by learning typical expressions from training data

chess - Program for playing chess in the console against AI or human opponents

ultimate-volleyball - 3D RL Volleyball environment built on Unity ML-Agents

AgileRL - Streamlining reinforcement learning with RLOps. State-of-the-art RL algorithms and tools.

solve_the_spire - An AI to play the video game Slay the Spire

fragile - Framework for building algorithms based on FractalAI

iNeural - A library for creating Artificial Neural Networks, for use in Machine Learning and Deep Learning algorithms.

loneliless - A Deep-Q Network playing a single player Pong game. Network done in Python (Tensorflow-gpu) with the single player Pong game implemented in C++ (Openframeworks) and both binded with Pybind11.

marching-squares - Marching squares (2D version of marching cubes) in C++

ViZDoom - Reinforcement Learning environments based on the 1993 game Doom :godmode:

PythonMonkey - A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.

bomberman - A bomberman game!