Skip to content

Commit

Permalink
revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthJKumar committed Oct 26, 2023
1 parent caa1341 commit ac931bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions predicators/approaches/active_sampler_learning_approach.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,10 +595,6 @@ def _sample(state: State, goal: Set[GroundAtom], rng: np.random.Generator,
else:
raise NotImplementedError('Exploration strategy ' +
f'{strategy} ' + 'is not implemented.')

logging.info(f"State: {state}")
logging.info(f"Best Sample: {samples[idx]}")

return samples[idx]

return _sample
Expand Down

0 comments on commit ac931bc

Please sign in to comment.