SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2305.15260 · NeurIPS · 2024

Making Offline RL Online: Collaborative World Models for Offline Visual Reinforcement Learning

Yunbo Wang, Qi Wang, Wenjun Zeng, Xiaokang Yang, Xin Jin, Junming Yang

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 13 functions out of this paper's own repositories and ran 10 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
qiwang067/CoWorld — 10 of 13
FunctionStatusWhere it lives
Bernoulli Ran qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("44e6fedc5e22071c")
ContDist Ran qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("bd7d95ae3f97198e")
ConvDecoder Ran qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("f8adc38d14492b89")
ConvEncoder Ran qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("7ca1f7001da75dd7")
DenseHead Ran qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("62aa6257afaf0318")
GRUCell Ran qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("c2956715777b32f9")
OneHotDist Ran qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("6a87a463d6fbba12")
Optimizer Ran qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("47e0a0e2a2c2db4b")
UnnormalizedHuber Ran qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("2445794b39372705")
schedule Ran qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("02b17681a370b688")
RSSM Not yet run qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("03954e42255f0941")
WorldModel Not yet run qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("2c89a891f4485238")
static_scan Not yet run qiwang067/CoWorld/models.py
pointer only (licence: NONE) · get_code("514d05952ec692b5")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Training offline RL models using visual inputs poses two significant challenges, i.e., the overfitting problem in representation learning and the overestimation bias for expected future rewards. Recent work has attempted to alleviate the overestimation bias by encouraging conservative behaviors. This paper, in contrast, tries to build more flexible constraints for value estimation without impeding the exploration of potential advantages. The key idea is to leverage off-the-shelf RL simulators, which can be easily interacted with in an online manner, as the "test bed" for offline policies. To enable effective online-to-offline knowledge transfer, we introduce CoWorld, a model-based RL approach that mitigates cross-domain discrepancies in state and reward spaces. Experimental results demonstrate the effectiveness of CoWorld, outperforming existing RL approaches by large margins.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2305.15260")
get_code_for_paper("2305.15260")
have("2305.15260")

Connect an agent — have() is free.