Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 617 Bytes

03-AgentEvol.md

File metadata and controls

11 lines (6 loc) · 617 Bytes

Self Evolution

AgentGYM proposes the AgentEvol algorithm, enabling the model to evolve itself.

Launch the EnvServer

Self-evolution requires the model to explore in the environmens. Please refer to 01-evaluation and README.md in each environment server folder to start the corresponding environment server. If you launches multiple servers, please note the port numbers.

Self Evolution

agentenv/examples/agentevol gives a reference implementation of the self-evolution algorithm. Please refer to examples/agentevol/train_agentevol_multi_task.sh to start training.