All Projects → utilForever → Corailed

utilForever / Corailed

Licence: MIT license
Unrailed! simulator using C++ with some reinforcement learning and Unrailed! AI using Python with OpenCV

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Corailed

RL-code-resources
A collection of Reinforcement Learning GitHub code resources divided by frameworks and environments
Stars: ✭ 51 (+240%)
Mutual labels:  rl, rl-environment
Elf
ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
Stars: ✭ 3,240 (+21500%)
Mutual labels:  rl, rl-environment
Rosettastone
Hearthstone simulator using C++ with some reinforcement learning
Stars: ✭ 510 (+3300%)
Mutual labels:  rl, python-api
mujoco-benchmark
Provide full reinforcement learning benchmark on mujoco environments, including ddpg, sac, td3, pg, a2c, ppo, library
Stars: ✭ 101 (+573.33%)
Mutual labels:  rl
PySMS
Simple Python API that that allows you to send texts via SMTP with a best effort approach and process replies via IMAP
Stars: ✭ 19 (+26.67%)
Mutual labels:  python-api
faxplus-python
Python SDK to use FAX.PLUS API
Stars: ✭ 54 (+260%)
Mutual labels:  python-api
logrl
Logarithmic Reinforcement Learning
Stars: ✭ 25 (+66.67%)
Mutual labels:  rl
kyros
Python wrapper for WhatsApp Web API websocket communication (based on https://github.com/sigalor/whatsapp-web-reveng)
Stars: ✭ 94 (+526.67%)
Mutual labels:  python-api
pyotr
Python OpenAPI-to-REST (and back) framework
Stars: ✭ 54 (+260%)
Mutual labels:  python-api
PyMiniSolvers
A Python API for the MiniSat and MiniCard constraint solvers.
Stars: ✭ 18 (+20%)
Mutual labels:  python-api
revisiting rainbow
Revisiting Rainbow
Stars: ✭ 71 (+373.33%)
Mutual labels:  rl
hra
Hybrid Reward Architecture
Stars: ✭ 76 (+406.67%)
Mutual labels:  rl
neptune-client
📒 Experiment tracking tool and model registry
Stars: ✭ 348 (+2220%)
Mutual labels:  rl
Transformers-RL
An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"
Stars: ✭ 107 (+613.33%)
Mutual labels:  rl
GoBigger
Come & try Decision-Intelligence version of "Agar"! Gobigger could also help you with multi-agent decision intelligence study.
Stars: ✭ 410 (+2633.33%)
Mutual labels:  rl-environment
phonolammps
LAMMPS interface for phonon calculations using phonopy
Stars: ✭ 53 (+253.33%)
Mutual labels:  python-api
api-python
Python client library to access Data Commons
Stars: ✭ 52 (+246.67%)
Mutual labels:  python-api
cuba-weather-python
Application programming interface of the Cuba Weather project implemented in Python
Stars: ✭ 17 (+13.33%)
Mutual labels:  python-api
gym-rs
OpenAI's Gym written in pure Rust for blazingly fast performance
Stars: ✭ 34 (+126.67%)
Mutual labels:  rl
Pytorch-PCGrad
Pytorch reimplementation for "Gradient Surgery for Multi-Task Learning"
Stars: ✭ 179 (+1093.33%)
Mutual labels:  rl

Corailed

License

Corailed is Unrailed! simulator using C++ with some reinforcement learning and Unrailed! AI using Python with OpenCV. The simulator code is built on C++17 and can be compiled with commonly available compilers such as g++, clang++, or Microsoft Visual Studio and the AI code is built on Python 3.9. Corailed currently supports macOS (10.14 or later), Ubuntu (18.04 or later), Windows (Visual Studio 2017 or later), and Windows Subsystem for Linux (WSL). Other untested platforms that support C++17 or Python 3.9 also should be able to build Corailed.

NOTE: This is Research & Education project of Jeonbuk Science High School.

What is "Unrailed!"?

Unrailed! is a co-op multiplayer game where you have to work together with your friends to build a train track across endless procedurally generated worlds. Master random encounters with its inhabitants, upgrade your train and keep it from derailing!

Key Features

  • C++17 based Unrailed! library
  • C++ and Python API
  • Unrailed! AI bot using OpenCV

Quick Start

cd PyCorailed
python PyCorailed.py

Documentation

TBA

How To Contribute

Contributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact me.

Contact

You can contact me via e-mail (utilForever at gmail.com). I am always happy to answer questions or help with any issues you might have, and please be sure to share any additional work or your creations with me, I love seeing what other people are making.

Acknowledgement

I would like to thank Indoor Astronaut for allowing me to develop this project.

License

The class is licensed under the MIT License:

Copyright © 2021 Corailed Team

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].