Boxxfish / single-policy-multi-models

Repo for experiments where multiple models are trained under a single policy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single Policy, Multiple Models

Experiments where multiple models are trained under a single policy, i.e. assigning different models to different timesteps.

Quickstart

poetry install
poetry shell
cd multi_model_rust && maturin develop --release  # Builds the Rust wheel for Python.

About

Repo for experiments where multiple models are trained under a single policy.

License:MIT License


Languages

Language:Python 94.9%Language:Rust 5.1%