mirror of
https://github.com/wassname/pytorch-soft-actor-critic.git
synced 2026-08-11 11:24:26 +08:00
small update
This commit is contained in:
@@ -47,7 +47,7 @@ parser.add_argument('--cuda', action="store_true",
|
||||
args = parser.parse_args()
|
||||
|
||||
# Environment
|
||||
# Not using Normalized Action (seems to degrade the performance).
|
||||
# env = NormalizedActions(gym.make(args.env_name))
|
||||
env = gym.make(args.env_name)
|
||||
torch.manual_seed(args.seed)
|
||||
np.random.seed(args.seed)
|
||||
|
||||
Reference in New Issue
Block a user