edbeeching's picture
edbeeching HF staff
Upload folder using huggingface_hub
bd23f64 verified
raw
history blame
No virus
217 Bytes
extends "res://addons/godot_rl_agents/sync.gd"
func _initialize():
super._initialize()
Engine.physics_ticks_per_second = _get_speedup() * 30 # Replace with function body.
Engine.time_scale = _get_speedup() * 1.0