Skip to content

Commit

Permalink
Remove extra '/' from paths
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469190797
Change-Id: I0f72f70e3813cb0ba8cfb8ad234a8456c818b134
  • Loading branch information
jagapiou authored and copybara-github committed Aug 22, 2022
1 parent 7ee768f commit e05c704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tutorial/harvest/configs/environment/harvest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_config():
"levelName":
"harvest",
"levelDirectory":
"examples//tutorial/harvest/levels",
"examples/tutorial/harvest/levels",
"maxEpisodeLengthFrames":
100,
"numPlayers":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def get_config():
"levelName":
"harvest_finished",
"levelDirectory":
"examples//tutorial/harvest/levels",
"examples/tutorial/harvest/levels",
"maxEpisodeLengthFrames":
1000,
"numPlayers":
Expand Down

0 comments on commit e05c704

Please sign in to comment.