rlib 1.0.0
A small reinforcement learning library used for MSc dissertation project 'Dealing with sparse rewards in reinforcement learning' at the University of Sheffield.
Uses Tensorflow v1.14 as the framework for training the neural networks models used by the RL agents.
This repository has working implementations of the following reinforcement agents:
- Advantage Actor Critic (A2C)
- Synchronous n-step Double Deep Q Network (Sync-DDQN)
- Proximal Policy Optimisation (PPO)
- Random Network Distillation (RND)
- UNREAL-A2C2, A2C-CNN version of the UNREAL agent
- Random Network Distillation with Auxiliary Learning (RANDAL), novel solution combining UNREAL and RND agents