🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Policy

Strategy or mapping that defines the action to take in each possible state, representing the agent's behavior in a reinforcement learning process.

📖
용어

Multi-Armed Bandit Problem

Sequential optimization problem where an agent must choose among several options with unknown rewards to maximize cumulative reward over time.

📖
용어

Cumulative Reward

Sum of expected future rewards that the agent seeks to maximize, often calculated with a discount factor to give less weight to distant rewards.

📖
용어

SARSA Algorithm

On-policy reinforcement learning algorithm that updates Q-values based on the State-Action-Reward-State-Action sequence, unlike Q-learning.

📖
용어

Deep Q-Network

Deep neural network architecture used to approximate the Q-function in complex state spaces, combining deep learning and Q-learning.

📖
용어

Deep Reinforcement Learning

Approach integrating deep neural networks into reinforcement learning to handle high-dimensional state or action spaces.

📖
용어

Epsilon-Greedy Policy

Action selection strategy where with probability ε the agent explores (chooses a random action) and with probability 1-ε it exploits (chooses the best known action).

📖
용어

Policy Optimization

Class of methods in reinforcement learning that directly optimize the policy without going through a value function, often using policy gradient techniques.

📖
용어

Policy Gradient Algorithm

Optimization method that directly adjusts policy parameters by following the gradient of the expected reward with respect to these parameters.

📖
용어

Multi-Agent Reinforcement Learning

Extension of reinforcement learning where multiple agents learn simultaneously, often in competition or cooperation, in a shared environment.

📖
용어

Experience Replay Memory

Data structure storing transitions (state, action, reward, next state) for resampling during training, improving data usage efficiency.

📖
용어

Actor-Critic Algorithm

Architecture combining an actor that selects actions according to a policy and a critic that evaluates these actions, enabling more stable and efficient learning.

🔍

결과를 찾을 수 없습니다