Self Evolution
June 7, 2024 ยท View on GitHub
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.