DreamWeaver is an implementation of continual meta-reinforcement learning that builds upon the DreamerV3 model. This repository features a shared world model and adaptive compositional policy initializations for task-specific Actor-Critic networks. The framework is evaluated on the Park environment, which encompasses 12 distinct operating system optimization tasks.
We recommend using Conda for managing dependencies and environments.
-
Clone the repository:
git clone https://github.com/naivoder/DreamWeaver.git cd DreamWeaver
-
Create and activate a Conda environment:
conda create --name dreamweaver python=3.10 conda activate dreamweaver
-
Install required packages:
pip install -r requirements.txt
🚫👷 UNDER CONSTRUCTION!!!