1
Fork 0

Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tibo De Peuter 2026-03-15 23:00:30 +01:00 committed by GitHub
parent a0d70947c1
commit bc9419ca53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 12 deletions

View file

@ -4,9 +4,9 @@ The robot needs to know whether its movements contribute to the ultimate goal of
inputs must be distributed fairly to guarantee an objective comparison between different architectures.
- The distance from the robot to the target and/or the light intensity are treated as global inputs.
- Positions and joints, normalized to floating-point values between 0 and 1 are considered local inputs.
- Positions and joints, which are normalized to floating-point values between 0 and 1, are considered local inputs.
- The reward function is centered around minimizing the distance to the goal or maximizing the movement towards the goal
within a finite number of timesteps $T$.
within a finite number of timesteps $T$.
## Rationale