Skip to content

Commit

Permalink
feat: add lunar lander config
Browse files Browse the repository at this point in the history
  • Loading branch information
EdanToledo committed Aug 15, 2024
1 parent 2b5cf90 commit 5af594f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions stoix/configs/env/envpool/lunarlander.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ---Environment Configs---
env_name: envpool # Used for logging purposes and selection of the corresponding wrapper.

scenario:
name: LunarLander-v2
task_name: lunarlander # For logging purposes.

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 - defines the threshold that needs to be reached in order to consider the environment solved.
# if present then solve rate will be logged.
solved_return_threshold: 200.0

0 comments on commit 5af594f

Please sign in to comment.