simulate
simulate copied to clipboard
[Godot] Add agents functionalities
The commands are correctly synched with the physics process in the godot engine but we still need to implement all the functionalities linked to the agents in the integration, like:
- command movements
- get observations and rewards
- resetting the states
- adding custom functionalities?
- ...