Off_Policy_Adversarial_Inverse_Reinforcement_Learning
Off_Policy_Adversarial_Inverse_Reinforcement_Learning copied to clipboard
Implementation of Off Policy Adversarial Inverse Reinforcement Learning
Results
1
Off_Policy_Adversarial_Inverse_Reinforcement_Learning issues
Sort by
recently updated
recently updated
newest added
I've tried to run the codes with the following command: `python Train.py --seed 1 --env_name PointMazeLeft-v0 --policy_name SAC` However, I get a runtime error as follows: ``` Traceback (most recent...