Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 475 Bytes

File metadata and controls

12 lines (7 loc) · 475 Bytes

OpAL

OpAL* model (Jaskir & Frank 2023) with extensions

This repository builds off from OpAL_in_Grid_World by damir0401: https://github.com/damir0401/OpAL_in_Grid_World

Which in turn builds off from blogs and code from: https://mpatacchiola.github.io/blog/

Repository Overview

This repository includes code for an extended OpAL* model, along with baseline RL models to compare against.

All rl models are built on top of the template class Base in base.py.