Skip to content

Commit

Permalink
Merge branch 'ts/add_fruit_tree_env_render' of https://github.com/tom…
Browse files Browse the repository at this point in the history
…ekster/MO-Gymnasium into ts/add_fruit_tree_env_render
  • Loading branch information
tomekster committed Jan 18, 2024
2 parents d86a29f + 1a866c6 commit 5db106e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mo_gymnasium/envs/fruit_tree/fruit_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def render(self):

for ind, node in enumerate(self.tree):
row, index_in_row = self.ind_to_state(ind)

if (row, index_in_row) == tuple(self.current_state):
img = self.agent_img
font_color = (255, 0, 0) # Red digits for agent node
Expand Down

0 comments on commit 5db106e

Please sign in to comment.