mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-14 18:12:03 +00:00
feat(*): Add self-play RL training pipeline with PPO trainer, in-game GDScript policy inference, and bot opponent support in Match mode
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
extends Node3D
|
||||
class_name RewardFunction3D
|
||||
|
||||
|
||||
func get_reward():
|
||||
return 0.0
|
||||
|
||||
|
||||
func reset():
|
||||
return
|
||||
Reference in New Issue
Block a user