Evaluate GAIL/BC policies as Deterministic or Stochastic
masterWhen evaluating the performance of GAIL or BC imitators on Mujoco environments, results are categorized by policy type:
- Deterministic Policy: Achieved by setting the standard deviation (
std) to 0. - Stochastic Policy: Uses the default stochastic behavior of the policy.
Performance is reported in both Un-normalized and Normalized score formats across environments like Hopper-v1, HalfCheetah-v1, Walker2d-v1, Humanoid-v1, and HumanoidStandup-v1.