Skip to content

sail-sg/ContinualBench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continual Bench

Continual Bench provides an environment suitable for evaluating online reinforcement learning agents under the continual learning setup, with a unified world dynamics.

Installation

git clone git@github.com:sail-sg/ContinualBench.git && cd ContinualBench
pip install -e .

Usage

from continual_bench.envs import ContinualBenchEnv

env = ContinualBenchEnv(render_mode="rgb_array", seed=0)
action = ...
next_obs, reward, terminated, truncated, info = env.step(action)

License

continual-bench is distributed under the terms of the MIT license.

Citation

If you find our work useful for your research, please consider citing:

@inproceedings{liu2025continual,
  title={Continual Reinforcement Learning by Planning with Online World Models},
  author={Liu, Zichen and Fu, Guoji and Du, Chao and Lee, Wee Sun and Lin, Min},
  booktitle={International Conference on Machine Learning},
  year={2025}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published