Metadata-Version: 2.1
Name: l3c
Version: 0.1.1.8
Summary: L3C provide abundant environments for Lifelong Learning (L3) in Context.
Home-page: https://github.com/FutureAGI/L3C
Author: WorldEditors
Author-email: 
License: Apache
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# L3C

L3C provides variant environments facilitating In-Context Learning, featured in the following assets:
- Vast amounts of diversified tasks with minimal inductive bias
- Lifelong In-Context Learning
- Generative and Interactive

# Environments Updating

- [MazeWorld](l3c/mazeworld): 2D/3D maze generators for task generalization

- [MetaLanguage](l3c/metalang): Pseudo-language generated from randomized hyper-parameters

- [L3C_Baselines](https://github.com/FutureAGI/L3C_Baselines): An implementation of the baseline solutions to the above tasks

# Installation

```bash
pip install l3c
```

# Reference
Cite this work with

```bibtex
@article{wang2024benchmarking,
  title={Benchmarking General Purpose In-Context Learning},
  author={Wang, Fan and Lin, Chuan and Cao, Yang and Kang, Yu},
  journal={arXiv preprint arXiv:2405.17234},
  year={2024}
}
```


