Home
last modified time | relevance | path

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

/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/deep_mimic/learning/
H A Drl_agent.py45 EXP_ANNEAL_SAMPLES_KEY = "ExpAnnealSamples" variable in RLAgent
283 if (self.EXP_ANNEAL_SAMPLES_KEY in json_data):
284 self.exp_anneal_samples = json_data[self.EXP_ANNEAL_SAMPLES_KEY]