Skip to content

Commit

Permalink
fix: broken links in blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk669 committed Dec 18, 2024
1 parent f87f446 commit 6391356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/blog/2024-12-18-Reasoning-Update/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tags: [LLM, GPT, research, tutorial]

## Introduction

In our [previous post](/blog/2024-12-02-ReasoningAgent2), we introduced the ReasoningAgent, which utilized Beam Search for systematic reasoning. Today, we include MCTS (Monte Carlo Tree Search) and Language Agent Tree Search (LATS) as alternative search strategies, which present advantages in different scenarios.
In our [previous post](https://ag2ai.github.io/ag2/blog/2024/12/02/ReasoningAgent2/), we introduced the ReasoningAgent, which utilized Beam Search for systematic reasoning. Today, we include MCTS (Monte Carlo Tree Search) and Language Agent Tree Search (LATS) as alternative search strategies, which present advantages in different scenarios.

Our previous ReasoningAgent draws inspiration from OpenAI's 2023 paper, [Let's Verify Step by Step](https://arxiv.org/pdf/2305.20050), as well as the 2024 [O1](https://openai.com/o1/) feature. The landscape of contemporary research is rich, with notable works such as [DeepSeek-R1](https://api-docs.deepseek.com/news/news1120), [Macro-O1](https://github.com/AIDC-AI/Marco-o1), and [OpenR](https://github.com/openreasoner/openr).

Expand Down Expand Up @@ -256,7 +256,7 @@ The new ReasoningAgent offers a flexible toolkit for systematic reasoning with L

## For Further Reading

* [Original ReasoningAgent with Beam Search](/blog/2024-12-02-ReasoningAgent2)
* [Original ReasoningAgent with Beam Search](https://ag2ai.github.io/ag2/blog/2024/12/02/ReasoningAgent2/)
* [Documentation about ReasoningAgent](/docs/reference/agentchat/contrib/reasoning_agent)
* [MCTS in Wikipedia](https://en.wikipedia.org/wiki/Monte_Carlo_tree_search)
* [Example Notebook](https://ag2ai.github.io/ag2/docs/notebooks/agentchat_reasoning_agent/)
Expand Down

0 comments on commit 6391356

Please sign in to comment.