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

AI 용어집

인공지능 완전 사전

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

Model-Based Imitation Learning

Approach where the agent first learns a dynamic model of the environment, then uses this model to plan and generalize behaviors imitated from expert demonstrations.

📖
용어

Dynamic Model

Mathematical representation learning the state transition of the environment, i.e., the probability P(s'|s, a) of reaching a new state s' by taking action a from state s.

📖
용어

Counterfactual Reasoning Inference

Method of inferring the expert's reward function by comparing demonstrated trajectories with close counterfactual trajectories to identify the expert's preferences.

📖
용어

Model-Based Planning

Process of using the learned dynamic and reward models to simulate different action sequences and select the optimal policy without direct interaction with the real environment.

📖
용어

Model-Based Generalization

Ability of a model-based agent to adapt imitated behaviors to new situations not seen in the demonstrations by simulating hypothetical scenarios using its environment model.

📖
용어

Inverse Reinforcement Learning (IRL)

Process of inferring the underlying reward function of an expert from their demonstrations, providing a dense signal for training the reinforcement learning agent.

📖
용어

Backpropagation Through Time (BPTT)

Algorithm used to train recurrent dynamic models, where the loss gradients are calculated by backpropagating errors through the time steps of the simulated trajectory.

📖
용어

Trajectory Optimization

Class of planning algorithms that iteratively improve an entire trajectory using gradients from the reward and dynamic models, as opposed to value-based methods.

📖
용어

Behavioral Imitation Learning (BC)

Supervised learning approach that directly models the expert policy π(a|s) by minimizing the error between the agent's actions and the expert's actions for given states.

📖
용어

Hybrid BC-Model-Based

Architecture combining a behavioral model for direct imitation and an environment model for planning, where both contributions are merged to produce the agent's final action.

🔍

결과를 찾을 수 없습니다