edbeeching / godot_rl_agents_examples

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

Removes center fence post in ItemSortingCart #24

Closed Ivan-267 closed 7 months ago

Ivan-267 commented 7 months ago

Removes the fence post that appeared in the center of the game area.

image

I think the cause is that we're not including the .blend import files (which was set to ignore importing the center post in Godot). Instead of adding the import file, I modified the blender file to make the fence a single object, so we don't need to include it. This method avoids any potential import issues.

As this is a graphical change only, it should not affect the game behavior or require retraining the model.