Skip to content

An alternate way to view the Minigrid environment using animations and sprites. Intended to be used as a teaching tool for kids to promote more engagement and interest in Reinforcement Learning.

License

Notifications You must be signed in to change notification settings

NSChristopher/Minigrid_with_Sprites

 
 

Repository files navigation

MiniGrid with Sprites

License Version Status

An alternate way to view the Minigrid environment using animations and sprites. Intended to be used as a teaching tool for kids to promote more engagment and interest in Renforcemnt Learning.

Table of Contents

About the Project

Describe the motivation behind the project. Explain its purpose, how it solves a particular problem, and who the target audience is. Highlight any key technologies or frameworks used.

Features

  • Feature One: Briefly explain what it does.
  • 🛠️ Feature Two: Another significant feature of the project.
  • 🚀 Feature Three: Highlight an additional feature or aspect of the project.

Getting Started

Prerequisites

List any software, libraries, or dependencies that need to be installed before running the project.

```bash

Example:

pip install numpy pandas ```

Installation

Provide a step-by-step series of examples and explanations for how to get a development environment running.

```bash

Clone the repository

git clone https://github.com/username/repository.git

Navigate into the project directory

cd repository

Install dependencies

pip install -r requirements.txt ```

Usage

Include screenshots or code examples demonstrating typical use cases of the project. Be clear and concise.

```python

Example usage

from project import Feature

feature = Feature() feature.run() ```

Architecture

(Optional) Describe the architecture of the project, such as how different components interact. Diagrams can be helpful here.

Roadmap

Outline the planned future developments for the project.

  • Rendering manager with sprites
  • Display the prompt message

License

Distributed under the MIT License. See `LICENSE` for more information.

Contact

Noah Christopher - noah.dev@outlook.com

Project Link: Minigrid_with_Sprites

Acknowledgements

About

An alternate way to view the Minigrid environment using animations and sprites. Intended to be used as a teaching tool for kids to promote more engagement and interest in Reinforcement Learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.6%
  • Jupyter Notebook 14.2%
  • Other 0.2%