Closed javiarrobas closed 3 years ago
The current train_A2C example mistakes the model.save call with the model.load call.
train_A2C
model.save
model.load
The current
train_A2C
example mistakes themodel.save
call with themodel.load
call.