Skip to content

RickDW/curriculum-rl

Repository files navigation

Curriculum Learning Implementations for RL

This repository contains implementations of curriculum learning in reinforcement learning. The code uses the RLlib library.

Work in progress

Currently the algorithm described in Narvekar and Stone's 2018 paper "Learning Curriculum Policies for Reinforcement Learning" is being implemented. The idea behind this algorithm is to let a second RL agent decide which tasks are part of the curriculum. This curriculum determines which tasks the main RL agent is trained on, and it is aimed at increasing the overall sample efficiency of the agent.

About

Curriculum Learning Implementations for Reinforcement Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published