edbeeching / godot_rl_agents_examples

Example Environments for the Godot RL Agents library
MIT License
37 stars 13 forks source link

Fixes goal vector for JumperHard example #26

Closed edbeeching closed 6 months ago

edbeeching commented 6 months ago

Resolves issue #25

Ivan-267 commented 6 months ago

https://github.com/edbeeching/godot_rl_agents_examples/blob/b8470d6129a724bfc4a3de25edec8d1c7f33e671/examples/JumperHard/AIController3D.gd#L62

Not directly relevant to this PR, but we may not need this anymore in the example as the reward should already be reset from sync:

https://github.com/edbeeching/godot_rl_agents_examples/blob/b8470d6129a724bfc4a3de25edec8d1c7f33e671/examples/JumperHard/addons/godot_rl_agents/sync.gd#L315-L320