i think i hav repaired for current stuff

This commit is contained in:
2023-01-13 09:21:23 +01:00
parent ee444cb56c
commit 200bb5da79
5 changed files with 27 additions and 21 deletions

View File

@@ -52,7 +52,7 @@ class RecieverEconWrapper(gym.Env):
obs,rew,done,info=self.base_econ.reciever_block_step()
c_obs=self._dict_idx_to_index(obs)
c_rew=self._dict_idx_to_index(rew)
c_done=self._dict_idx_to_index(done)
c_done=done
c_info=self._dict_idx_to_index(info)
return c_obs,c_rew,c_done,c_info