This commit is contained in:
pranz24
2019-05-22 17:14:34 +05:30
parent eabd181a21
commit efe8d5a672
+1
View File
@@ -45,6 +45,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))
torch.manual_seed(args.seed)
np.random.seed(args.seed)