# -------------------------------------------------------
# File: yang_li_profile.py
# Name: Yang Li
# Role: CS Undergrad | AI Enthusiast | Python Developer
# -------------------------------------------------------
# About:
# I'm a Computer Science undergraduate student with a strong
# interest in Artificial Intelligence, Machine Learning, and
# Python development.
# -------------------------------------------------------

How Reinforcement Learning Unlocks LLM Agents Capabilities

1
def explore_reinforcement_learning():
2
# Exploring how reinforcement learning enhances LLM capabilities,
3
# with insights from search optimization and recent developments in AI.
4
return "Breakthrough insights on agent capabilities"
read_more() →
import numpy as np
import torch
from transformers import *

import projects

AI Projects

Updated May 2025
1
# Explore my latest AI projects including
2
# multi-agent systems, language models,
3
# and machine learning applications.
view_projects() →
class AIProject:
def __init__(self):
self.type = "ML"

Paper Reading

Updated May 2025
1
# My notes and summaries from reading
2
# important papers in AI, ML, and
3
# computer science research.
view_papers() →
papers = []
for p in library:
if p.relevant(): papers.append(p)

Tutorials and Guides

Updated May 2025
1
# Learn from my step-by-step tutorials
2
# on programming, AI development,
3
# and web technologies.
view_tutorials() →
def explain(concept):
steps = break_down(concept)
return steps

Research Papers

Updated May 2025
1
# Read my latest research papers
2
# and academic work in computer
3
# science and artificial intelligence.
view_research() →
@published
class Research:
"""Published work"""