Skip to content

Commit

Permalink
chore: fix typo and add config
Browse files Browse the repository at this point in the history
  • Loading branch information
EdanToledo committed Jul 9, 2024
1 parent 6505baf commit 4d06683
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stoix/configs/env/navix/empty_5x5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
env_name: navix
scenario:
name: Navix-Empty-5x5-v0
task_name: navix-dempty-5x5-v0
task_name: navix-empty-5x5-v0

kwargs: {}

Expand Down
16 changes: 16 additions & 0 deletions stoix/configs/env/xland_minigrid/empty_5x5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ---Environment Configs---
env_name: xland_minigrid
scenario:
name: MiniGrid-Empty-5x5
task_name: minigrid_empty_5x5

kwargs: {}

# Defines the metric that will be used to evaluate the performance of the agent.
# This metric is returned at the end of an experiment and can be used for hyperparameter tuning.
eval_metric: episode_return


# Optional wrapper to flatten the observation space.
wrapper:
_target_: stoix.wrappers.transforms.FlattenObservationWrapper

0 comments on commit 4d06683

Please sign in to comment.