Skip to content

ColinKohler/LocalDynamicsModel

Repository files navigation

Introduction

This repository implements the Local Dynamics Model in PyTorch.

Code Structure

The structure of this project is based on this MuZero implementation.

Domains

  • Block Stacking 3:
  • House Building 2:
  • Bottle Arrangement:
  • Bin Packing:

Getting Started

Installation

Train

python train block_stacking_3 --results_path=model_name

Test

python test block_stacking_3 model_name

Config

Model Architectures

Local Dynamics Model

LDM

Q-Value Model

Q

State-Value Model

S

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages