💡 InnoTree is an advanced agent system specifically designed to integrate Monte Carlo Tree Search (MCTS) techniques, enabling the efficient generation and exploration of innovative scientific ideas.
Cloning the repo
git clone https://github.com/Goer17/InnoTree.git
Downloading the dependencies
conda create -n inno_tree python=3.10 -y && \
conda activate inno_tree
pip install -r requirements.txt
Running
python run.py --topic "Generate one scientific research idea based on multi-agent system" \
--n_rollouts 10 \
--n_exp 4 \
--model "gpt-4o" \
--sampling_method "best"
- Implementing RAG interface
- More Action Node
- Benchmarking
- MCTS Visualization