Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 308 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 308 Bytes

ReinforcementLearningMVAProject

Self-Paced IRL

The goal of this project is to implement Inverse Reinforcement Learning in the context of self-paced learning, which is a form of curriculum learning.

Details of implementation

Dataset = [(state_i,action_i,reward_i,next_state_i) for i in range ...]