hsbhc
Results
2
comments of
hsbhc
``` import os os.environ["XLA_FLAGS"] = "--xla_gpu_deterministic_ops=true" ``` This can solve the problem. But It seem down the speed.
@sash-a `python mava/systems/q_learning/anakin/rec_qmix.py env=lbf env/scenario=2s-8x8-2p-2f-coop system.total_timesteps=2000000` first run print: > ABSOLUTE - Steps per second: 4874.107 | Episode length mean: 98.513 | Episode length std: 10.910 | Episode length min:...