Skip to content

Commit

Permalink
Add some types and stns.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Dec 28, 2023
1 parent 02c208f commit eec88a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
41 changes: 0 additions & 41 deletions goal_task_tests/game_problems/test_3d_avatar.gd

This file was deleted.

2 changes: 2 additions & 0 deletions goal_task_tests/game_problems/test_magical_town_planner.gd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ func before_each():
var new_domain = the_domain.duplicate(true)
planner.domains.push_back(new_domain)
planner.current_domain = new_domain
new_domain.simple_temporal_networks = {"Mia": SimpleTemporalNetwork.new()}
new_domain.types = {"character": ["Mia"], "room": ["bedroom1", "bedroom2"]}

planner.declare_actions(
[
Expand Down

0 comments on commit eec88a1

Please sign in to comment.