mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Simplify config based on feedback
This commit is contained in:
parent
83d8010e63
commit
ddd343c48a
1 changed files with 0 additions and 9 deletions
|
@ -12,15 +12,6 @@ config = {
|
|||
# Change this to "framework: torch", if you are using PyTorch.
|
||||
# Also, use "framework: tf2" for tf2.x eager execution.
|
||||
"framework": "tf",
|
||||
# Tweak the default model provided automatically by RLlib,
|
||||
# given the environment's observation- and action spaces.
|
||||
"model": {
|
||||
"fcnet_hiddens": [64, 64],
|
||||
"fcnet_activation": "relu",
|
||||
},
|
||||
# Set up a separate evaluation worker set for the
|
||||
# `algo.evaluate()` call after training (see below).
|
||||
"evaluation_num_workers": 1,
|
||||
# Only for evaluation runs, render the env.
|
||||
"evaluation_config": {
|
||||
"render_env": True,
|
||||
|
|
Loading…
Add table
Reference in a new issue