# MaMiC: Macro and Micro Curriculum for Robotic Reinforcement Learning

**Authors:** Manan Tomar, Akhil Sathuluri, Balaraman Ravindran

arXiv: 1905.07193 · 2019-05-20

## TL;DR

MaMiC introduces a dual curriculum approach combining macro and micro strategies to improve robotic manipulation learning with sparse rewards, reducing exploration challenges without complex reward engineering.

## Contribution

This work presents a novel dual curriculum scheme for robotic reinforcement learning, integrating macro and micro curricula to enhance learning efficiency and task decomposition.

## Key findings

- Improved success rates on Fetch environments.
- Effective handling of sparse rewards without complex reward shaping.
- Demonstrated independent utility of macro and micro curricula.

## Abstract

Shaping in humans and animals has been shown to be a powerful tool for learning complex tasks as compared to learning in a randomized fashion. This makes the problem less complex and enables one to solve the easier sub task at hand first. Generating a curriculum for such guided learning involves subjecting the agent to easier goals first, and then gradually increasing their difficulty. This paper takes a similar direction and proposes a dual curriculum scheme for solving robotic manipulation tasks with sparse rewards, called MaMiC. It includes a macro curriculum scheme which divides the task into multiple sub-tasks followed by a micro curriculum scheme which enables the agent to learn between such discovered sub-tasks. We show how combining macro and micro curriculum strategies help in overcoming major exploratory constraints considered in robot manipulation tasks without having to engineer any complex rewards. We also illustrate the meaning of the individual curricula and how they can be used independently based on the task. The performance of such a dual curriculum scheme is analyzed on the Fetch environments.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.07193/full.md

## Figures

25 figures with captions in the complete paper: https://tomesphere.com/paper/1905.07193/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1905.07193/full.md

---
Source: https://tomesphere.com/paper/1905.07193