Skip to content

Commit

Permalink
Create ActorFeedPredictor
Browse files Browse the repository at this point in the history
Summary: ActorFeedPredictor is the class to save the model in the format expected by Feed Predictor

Reviewed By: MisterTea

Differential Revision: D12814415

fbshipit-source-id: 0e9355c2475a478453f3b78af84714b151a15ffe
  • Loading branch information
kittipatv authored and facebook-github-bot committed Nov 1, 2018
1 parent 85e8c5b commit 8b86115
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ml/rl/test/gridworld/test_gridworld_sac.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def _test_sac_trainer(self, use_2_q_functions=False, use_gpu=False):

exporter = self.get_critic_exporter(trainer, environment)

self.test_save_load = False
self.tolerance_threshold = 0.2
if use_gpu:
self.run_pre_training_eval = False
Expand Down

0 comments on commit 8b86115

Please sign in to comment.