You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
are the energy fields corresponding to masked out energy nodes meant to contribute to the total energy? For every False in state.energy_nodes_mask, the corresponding energy field is all zeros, which is increased by 0.25 in the following:
I think we make everything an integer. The 0.25 is meant to generally encourage the mean energy on the map is at least 0.25 to be a bit more friendly to weaker bots that don't navigate the energy field as efficiently.
The reason I'm asking is because currently the mean energy is at least 0.25 per energy node, of which there are six, thus the mean energy is at least 1.5
Hi all,
are the energy fields corresponding to masked out energy nodes meant to contribute to the total energy? For every False in
state.energy_nodes_mask
, the corresponding energy field is all zeros, which is increased by 0.25 in the following:Lux-Design-S3/src/luxai_s3/env.py
Lines 92 to 96 in 501ada7
Not that it changes much.
Thanks!
The text was updated successfully, but these errors were encountered: