godot_rl_3DCarParking / scenes /sync_override.gd
jtatman's picture
Upload folder using huggingface_hub
f1061a2 verified
raw
history blame contribute delete
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