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 @findmyway, I noticed you added clamp! to the readme. If I am implementing an agent, when should I expect clamp! to be implemented in addition to clamp. For instance, obviously I cannot expect clamp!(3, 1..1) to work, but I would expect clamp!(::Vector, ::Box) to work. In my code, how can I check and be confident that it will work?
The text was updated successfully, but these errors were encountered:
zsunberg
changed the title
When should clamp! be expected
When should clamp! be expected?
Aug 9, 2022
Hi @findmyway, I noticed you added
clamp!
to the readme. If I am implementing an agent, when should I expectclamp!
to be implemented in addition toclamp
. For instance, obviously I cannot expectclamp!(3, 1..1)
to work, but I would expectclamp!(::Vector, ::Box)
to work. In my code, how can I check and be confident that it will work?The text was updated successfully, but these errors were encountered: