Skip to content

frechele/BabaIsAgent-v0

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published