godot_rl_3DCarParking / scenes /sync_override.gd
edbeeching's picture
edbeeching HF staff
Upload folder using huggingface_hub
57781c9
raw
history blame
No virus
182 Bytes
extends "res://addons/godot_rl_agents/sync.gd"
# Lowers the physics ticks per second
func _initialize():
super._initialize()
Engine.physics_ticks_per_second = _get_speedup() * 30