frechele / BabaIsAgent-v0

Baba Is You simulation for Reinforcement Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baba Is Agent

License: GPL v3 Build Status Build status codecov
CodeFactor Codacy Badge Total alerts Language grade: C/C++
Logo
Baba Is Agent is Baba Is You simulation for Reinforcement Learning.
This project is a research project at OOPArts.

Key Features

  • C++17 based Baba Is You library
  • GUI simulator program

To-do Features

  • Game simulation
  • GUI program
  • Level solver

Quick Start

First, clone the repository:

git clone --recursive https://github.com/JYPark09/BabaIsAgent
cd BabaIsAgent

Second, build project.

Linux, macOS, Windows Subsystem for Linux(WSL)

mkdir build
cd build
cmake ..
make

Windows

mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A x64
MSBuild BabaIsAgent.sln /p:Configuration=Release

Thanks To

Contact

You can contact us using the following means.

  • e-mail: jyp10987 at gmail.com
  • Facebook
  • github issue

License

This project is based on GNU General Public License version 3.

Copyright(C) 2019 Baba Is Agent Team

About

Baba Is You simulation for Reinforcement Learning

License:GNU General Public License v3.0


Languages

Language:C++ 67.5%Language:Python 17.2%Language:CMake 12.4%Language:Shell 1.4%Language:C 1.0%Language:Dockerfile 0.5%