Skip to content

vtalpaert/pytorch-feudal-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeUdal Networks for Hierarchical Reinforcement Learning

This is an implementation of FuN with Pytorch.

Install

pip3 install -r requirements.txt

How to run this project

  • If you have TensorFlow installed, run in a first terminal :
tensorboard --logdir runs
  • In a second terminal (does not require TF) :
python3 main.py

Help

python3 main.py --help

About

Pytorch implementation of [Feudal Net](https://arxiv.org/abs/1703.01161). ([Tensorflow version](https://github.com/dmakian/feudal_networks))

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages