mirror of
https://github.com/wassname/rl_2d_walker.js.git
synced 2026-09-12 12:50:17 +08:00
misc
This commit is contained in:
+15
-15
@@ -1,17 +1,17 @@
|
||||
module.exports = {
|
||||
time_step: 60,
|
||||
simulation_fps: 60,
|
||||
draw_fps: 30,
|
||||
velocity_iterations: 8,
|
||||
position_iterations: 3,
|
||||
max_zoom_factor: 130,
|
||||
min_motor_speed: -2,
|
||||
max_motor_speed: 2,
|
||||
population_size: 1,
|
||||
walker_health: 100,
|
||||
max_floor_tiles: 50,
|
||||
round_length: 1000,
|
||||
min_body_delta: 0,
|
||||
min_leg_delta: 0.0,
|
||||
action_repeat: 4,
|
||||
time_step: 60,
|
||||
simulation_fps: 60,
|
||||
draw_fps: 30,
|
||||
velocity_iterations: 8,
|
||||
position_iterations: 3,
|
||||
max_zoom_factor: 130,
|
||||
min_motor_speed: -2,
|
||||
max_motor_speed: 2,
|
||||
population_size: 1,
|
||||
walker_health: 100,
|
||||
max_floor_tiles: 50,
|
||||
round_length: 1000,
|
||||
min_body_delta: 0,
|
||||
min_leg_delta: 0,
|
||||
action_repeat: 4
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user