Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a0d70947c1
commit
bc9419ca53
4 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue