From c7f1cf81ff71befe3b0bf2fc4e8f04a211518804 Mon Sep 17 00:00:00 2001 From: Jiaqi Liang <2939063900@qq.com> Date: Thu, 17 Sep 2026 13:50:41 +0800 Subject: [PATCH] docs: fix LICENSE copyright holder and list downstream projects - Replace the leftover template copyright line in LICENSE with "Copyright 2026 OpenWAM Official Team". - Add a "Projects Based on OpenWAM" section to the README, starting with LD4WAM. --- LICENSE | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2e66bec2..4131c29e 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2021 William Falcon + Copyright 2026 OpenWAM Official Team Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index e040d70c..dfcf31ed 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,12 @@ Installation and Assets Preparation above cover environment setup and model or dataset downloads. Benchmark-specific environment and evaluation details remain in the benchmarks directory. +## Projects Based on OpenWAM + +- **[LD4WAM](https://github.com/stubborn111/LD4WAM)** — *LD4WAM: Learning Latent Dynamics from Human Videos for World Action Models* ([arXiv:2608.22403](https://arxiv.org/abs/2608.22403)). Learns a Latent Dynamics Model (LDM) from human videos and uses it to build a World Dynamics Action Model (WDAM) — a Wan2.2 video DiT coupled with a latent-dynamics expert and an action expert — on top of the OpenWAM framework, evaluated on RoboTwin 2.0. + +If you build on OpenWAM, feel free to open a PR to add your project here. + ## Star History