rlRepresentationOptions
(권장되지 않음) 강화 학습 에이전트 표현(크리틱 및 액터)을 위한 옵션 세트
rlRepresentationOptions는 권장되지 않습니다. 대신 agent options 객체 내에서 rlOptimizerOptions 객체를 사용하십시오. 자세한 내용은 rlRepresentationOptions는 권장되지 않습니다. 항목을 참조하십시오.
설명
rlRepresentationOptions 객체를 사용하여 크리틱(rlValueRepresentation, rlQValueRepresentation)과 액터(rlDeterministicActorRepresentation, rlStochasticActorRepresentation)에 대한 옵션 객체를 지정합니다.
생성
속성
객체 함수
rlValueRepresentation | (Not recommended) Value function critic representation for reinforcement learning agents |
rlQValueRepresentation | (Not recommended) Q-Value function critic representation for reinforcement learning agents |
rlDeterministicActorRepresentation | (Not recommended) Deterministic actor representation for reinforcement learning agents |
rlStochasticActorRepresentation | (Not recommended) Stochastic actor representation for reinforcement learning agents |