Home
last modified time | relevance | path

Searched refs:_calc_val_bounds (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/deep_mimic/learning/
H A Drl_agent.py430 def _calc_val_bounds(self, discount): member in RLAgent
440 val_min, val_max = self._calc_val_bounds(discount)
H A Dpg_agent.py57 self.val_min, self.val_max = self._calc_val_bounds(self.discount)