Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Remove redundant function call? #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/yawning_titan/envs/generic/generic_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def __init__(

self.action_space = spaces.Discrete(self.blue_actions)

self.network_interface.get_observation_size()

# sets up the observation space. This is a (n+2 by n) matrix. The first two columns show the state of all the
# nodes. The remaining n columns show the connections between the nodes (effectively the adjacency matrix)
self.observation_space = spaces.Box(
Expand Down