Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
edbeeching
/
godot_rl_DownFall
like
1
Tags:
deep-reinforcement-learning
reinforcement-learning
godot-rl
environments
video-games
Dataset card
Files
Files and versions
Community
main
godot_rl_DownFall
/
scripts
/
end_gate.gd
edbeeching
HF staff
Upload folder using huggingface_hub
c5a8672
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
extends Node3D
func
_on_end_point_body_entered
(
body
:Node3D):
if
body
is Player:
body
.level_complete
()