Skip to content

ddevleena/S2E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S2E

This repository is the official implementation of State2Explanation: Concept-Based Explanations to Benefit Agent Learning and User Understanding

All instructions assume Python 3.9.7 and an Ubuntu Operating System

Requirements

  1. Please ensure conda is installed (we recommend miniconda).
  2. Create a conda environment through the provided yaml file:
conda env create -f <path_to_environment_yaml_file> 
conda activate <environment_name>
  1. Ensure that Box2D and Swig are installed:
pip install Box2D 
pip install swig

Training, Evaluation, Pre-Trained Models Information

Please visit the subfolders MEM and Muzero for respective information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published