Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ac40db59 authored by REINKE Chris's avatar REINKE Chris
Browse files

updated errors in readme

parent abf0264e
No related branches found
No related tags found
No related merge requests found
# Xi-learning # Xi-Learning
Source Code for the Paper "Xi-learning: Successor Feature Transfer Learning for General Reward Functions". Source code of the Xi-Learning framework and its experimental evaluation for the paper: [Xi-learning: Successor Feature Transfer Learning for General Reward Functions](https://www.arxiv.org).
Authors: [Chris Reinke](https://www.scirei.net/), [Xavier Alameda-Pineda](http://xavirema.eu/)
Authors: Chris Reinke, Xavier Alameda-Pineda
Copyright: INRIA, 2021 Copyright: INRIA, 2021
License: GNU General Public License v3.0 or later License: GNU General Public License v3.0 or later
<!-- ## Introduction
Xi-Learning is a Reinforcement Learning framework for Transfer Learning between tasks that differ in their reward functions.
It is based on the concept of Successor Features.
Xi agents learn -->
## Setup ## Setup
Requirements: Requirements:
- >= Python 3.6. - Python 3.6 or higher.
- Linux (developed under Ubuntu 18.04) or MacOS. - Linux (developed under Ubuntu 18.04) or MacOS.
- Several python package are required which will be automatically installed during the setup. - Several python package are required which will be automatically installed during the setup.
To run the experiments the xi_learning package must be installed. To run the experiments the xi_learning python package must be installed.
It is recommended to install the package in developer mode (*-e*), so that changes to the source code can be directly applied: It is recommended to install the package in developer mode (*-e*), so that changes to the source code can be directly used without the need to reinstall the package:
`pip install -e .` `pip install -e .`
For loading the results with our DataLoader widget in Jupyter notebook, run the following command. To be able to load the results with our DataLoader widget in Jupyter notebook, run the following command.
(Note: The GUI is currently only tested for Jupyter notebooks. For Jupyterlab, other installation procedures are necessary.) (Note: The GUI is currently only tested for Jupyter notebooks. For Jupyterlab, other installation procedures are necessary.)
`jupyter nbextension enable --py --sys-prefix qgrid` `jupyter nbextension enable --py --sys-prefix qgrid`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment