Files
MetaGPT/examples/exp_pool
王金淋 c6cc5e2da3 Merge branch 'feat-exp-pool-bm25' into 'mgx_ops'
Feat exp pool bm25

See merge request pub/MetaGPT!327
2024-08-19 06:45:03 +00:00
..
2024-08-15 21:47:00 +08:00
2024-08-16 21:13:08 +08:00
2024-07-16 19:13:10 +08:00

Experience Pool

Prerequisites

Example Files

1. decorator.py

Showcases the implementation of the @exp_cache decorator.

2. init_exp_pool.py

Demonstrates the process of initializing the experience pool.

3. manager.py

Illustrates CRUD (Create, Read, Update, Delete) operations for managing experiences in the pool.

4. scorer.py

Outlines methods for evaluating and scoring experiences within the pool.