RedTachyon / alcove

A basic template for Farama projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-commit Code style: black

Alcove is a simple library for creating new Farama projects, following the structure of Gymnasium.

We have a public discord server (which we also use to coordinate development work) that you can join here: https://discord.gg/bnJ6kubTg6

Installation

Follow these steps to set up a new project which follows the Farama standards:

  1. Clone (or otherwise download) alcove to your local system.
  2. Navigate into the directory you just created.
  3. Run bash initialize.sh.
  4. Enter the name of your new project.
  5. Run cd ../<project-name>, where <project-name> is the same as you entered above.
  6. Your project is now ready for development!

Support the Farama Foundation

If you are financially able to do so and would like to support the development of Gymnasium, please join others in the community in donating to us.

About

A basic template for Farama projects

License:MIT License


Languages

Language:Shell 46.7%Language:Python 27.3%Language:Dockerfile 26.0%