From 7ba36e71a74306338acb824e65fdb45710ad8943 Mon Sep 17 00:00:00 2001 From: Kunlun Zhu Date: Thu, 18 Jan 2024 20:03:26 +0800 Subject: [PATCH] Update README.md on the news --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f485f5c95..70be22fbf 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Applications: software development system, consulting system, etc. # 📰 What's New +- [2024/1/17] We're super excited to announce that our paper got accepted at ICLR 2024. More updates will be coming soon! + - [2023/10/17] We're super excited to share our open-source AI community hugging face: [`AgentVerse`](https://huggingface.co/spaces/AgentVerse/agentVerse). You are able to try out the two simulation applications, NLP Classroom and Prisoner's Dilemma,with your code of the openai API key and the openai organization. Have fun! - [2023/10/5] Re-factor our codebase to enable the deployment of both simulation and task-solving framework! We have placed the code for Minecraft example in the paper at the [`minecraft`](https://github.com/OpenBMB/AgentVerse/tree/minecraft) branch. Our tool-using example will soon be updated to the `main` branch. Stay tuned!