Charles Zhang
Results
2
comments of
Charles Zhang
Update: I found that I had actually made some changes to the environment `_init` function by changing the default solver settings. The training ran successfully after removing these changes: ```...
Thanks for the input @Andrew-Luo1, after disabling eulerdamp I'm no longer getting the zip() error! Unfortunately I'm now getting a NaN during `self._generate_eval_unroll()`: ``` File [~/miniconda3/envs/apg/lib/python3.11/site-packages/brax/training/acting.py:125], in Evaluator.run_evaluation(self, policy_params, training_metrics,...