Skip to content

A simple gridworld environment used to empirically evaluate the online learning performance of PbRL agents.

Notifications You must be signed in to change notification settings

mschweizer/collector-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collector-env

Getting started

Installation

Install the package and its dependencies from the terminal with:

git clone https://github.com/mschweizer/collector-env
cd collector-env
pip install .

There is a UI application which allows you to manually control the agent in the collector-env with the arrow keys (for navigation) and the page up-key (for picking up an item).

Run it from inside the project's root directory in the terminal with:

python manual_control.py --env Collector-v0

About

A simple gridworld environment used to empirically evaluate the online learning performance of PbRL agents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages