Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: edbeeching/godot_rl_agents
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb081656c053abf248d36273ef9df1061d8511d5
Choose a base ref
..
head repository: edbeeching/godot_rl_agents
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6faee3a395958f2b4c3b2405f3a0c0686539529d
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/fixtures/test_rllib.yaml
2 changes: 1 addition & 1 deletion tests/fixtures/test_rllib.yaml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ config:
num_envs_per_worker: 16
batch_mode: truncate_episodes
rollout_fragment_length: 16
num_gpus: 1
num_gpus: 0
model:
fcnet_hiddens: [256, 256]
use_lstm: false