Skip to content

Commit

Permalink
bit better config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumbo64 committed Oct 3, 2021
1 parent ddfb262 commit 0aab3e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Camera.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

extends Camera

export var lerp_speed = 3.0
export var lerp_speed = 5.0
export var target_path = "/root/Main/BHOP_VISIBLE"
#export (Vector3) var offset = Vector3.ZERO
export (Vector3) var offset = Vector3(0,10,10)
Expand Down
Binary file modified Exports/HTML export/MCTS.pck
Binary file not shown.
4 changes: 2 additions & 2 deletions cfg.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ var n_actions=2

var C_exploration= 2
var iterations_per_step=30
var multistep=4
var multistep=6
var rollout_timeout=4


var max_depth = 25
var max_depth = 99999
#in steps
var timeouts = false
var max_game_length=2000
Expand Down

0 comments on commit 0aab3e9

Please sign in to comment.