From 97e45c0879cfecac8de579e3bca383bef2c255f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Schr=C3=B6der?= <fschroeder@techfak.uni-bielefeld.de> Date: Fri, 19 Jan 2024 23:59:37 +0100 Subject: [PATCH] doc string fixes --- overcooked_simulator/counters.py | 1 - overcooked_simulator/order.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/overcooked_simulator/counters.py b/overcooked_simulator/counters.py index e30b6ccd..50d76412 100644 --- a/overcooked_simulator/counters.py +++ b/overcooked_simulator/counters.py @@ -7,7 +7,6 @@ on the counters are handled via the Counters. They have the task to delegate the environment class. Inside the item_info.yaml, equipment needs to be defined. It includes counters that are part of the interaction/requirements for the interaction. -Example:: CuttingBoard: type: Equipment diff --git a/overcooked_simulator/order.py b/overcooked_simulator/order.py index 21ed8944..5132da60 100644 --- a/overcooked_simulator/order.py +++ b/overcooked_simulator/order.py @@ -30,7 +30,7 @@ Further, it defines same implementations for the basic order generation based on - `zero` For an easier usage of the random orders, also some classes for type hints and dataclasses are defined: -- `RandomOrderKwarg +- `RandomOrderKwarg` - `RandomFuncConfig` - `ScoreCalcFuncType` - `ScoreCalcGenFuncType` -- GitLab