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
Right now we're either entirely deterministic (temperature = 0) or entirely stochasticly sampling from the multinomial of the probabilities (temperature = 1). See:
A note from the meeting with Daniel today.
See for an example of temperature calculation: https://github.com/kzl/decision-transformer/blob/e2d82e68f330c00f763507b3b01d774740bee53f/atari/mingpt/utils.py#L47
Right now we're either entirely deterministic (temperature = 0) or entirely stochasticly sampling from the multinomial of the probabilities (temperature = 1). See:
NEKO/gato/policy/gato_policy.py
Line 442 in 119296c
The change to temperature looks like it will be simple and it would give a lot more flexibility in output.
The text was updated successfully, but these errors were encountered: