/HypeRL

Authors' PyTorch implementation of 'Recomposing the Reinforcement Learning Building-Blocks with Hypernetworks' (HypeRL)

Primary LanguagePython

HypeRL

Authors' implementation of 'Recomposing the Reinforcement Learning Building-Blocks with Hypernetworks' (HypeRL)

on arxiv:

by Shai Keynan*, Elad Sarafian* and Sarit Kraus (Bar-Ilan University)

Implementation of HypeRL on TD3, SAC, MAML and PEARL in Pytorch.

TD3 original code: https://github.com/sfujim/TD3 SAC original code: https://github.com/ajaysub110/sac-pytorch MAML original code: https://github.com/tristandeleu/pytorch-maml-rl PEARL original code: https://github.com/katerakelly/oyster

HypeRL