Skip to content

jcoreyes/ecologicalrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecological RL

Paper

Website

Terminology

The following is a mapping from terminology used in the codebase to that used in the paper, where it differs:

  • axe in the code corresponds to the "salad-making task" in the paper
  • deer in the code corresponds to the "hunting task" in the paper
  • monster in the code corresponds to the "scavenging task" in the paper
  • factory in the code corresponds to the "factory task" in the paper
  • waypoint in the code refers to the "subgoal reward" in the paper

Experiments by Figure

Experiment Workflow

The experiments require a set of validation environments for performance evaluation. Paired with each experiment script is a script called gen_validation_envs.py, which outputs a Python pickle file containing these validation environments, the path to which can be fed in directly to the experiment script as its validation_envs_pkl argument in the algorithm_kwargs dictionary found in each experiment script.

About

Ecological Reinforcement Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published