Skip to content

This is a simple Reinforcement Learning Terminal Environment. It is made for 2 agents with turn based movements, but it is meant as only a base it can be extended for multiple agents and other game types.

License

Notifications You must be signed in to change notification settings

wmcclinton/Simple-RL-Terminal-Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-RL-Terminal-Environment

This is a simple Reinforcement Learning Terminal Environment. It is made for 2 agents with turn based movements, but it is meant as only a base it can be extended for multiple agents and other game types.

Getting Started

Clone or download the repo recursively.

You can either include the library in your own Python script

Like this:

import World from World

...

Or you can run test.py and watch the magic

Like this:

python test.py

Prerequisites/Installation

You will need the following python libraries: numpy and time. Which can both be downloaded through pip installation.

For example:

sudo pip install <missing pyhton library>

Authors

  • Willie McClinton

About

This is a simple Reinforcement Learning Terminal Environment. It is made for 2 agents with turn based movements, but it is meant as only a base it can be extended for multiple agents and other game types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages