Results 19 comments of Dewa

Hi 👋 @k-boikov could i take up this issue

Hi 👋 @k-boikov - could this be done to solve the issue ![image](https://github.com/Significant-Gravitas/Auto-GPT/assets/95997298/d68caaf5-d9c3-477e-afde-7073f07a803a) - when we get message object as `None` we can just jump to next iteration

Hi 👋 - _**First Error**_ :Try a different mirror: If the above steps don't work, you can try using a different Debian mirror. In the Dockerfile, replace the line `deb.debian.org`...

hi @Boostrix 👋 can i try this issue

so is this similar to how an agent in reinforcement learning evaluate its performance?

![image](https://github.com/Significant-Gravitas/Auto-GPT/assets/95997298/8bccc74c-477e-4f2d-808e-e30fcd8f8958) - does this pseudo code make sense if so i can start making changes

Hi @Boostrix 👋 _I have a idea regarding implementing evaluation_ > Agent Class --> we can add `evaluate method` - so, we can evaluate whichever agent we want.. - it...

The error message you received indicates that the file `ecc_sha256.py ` does not exist in the specified directory `/workspace/Auto-GPT/autogpt/auto_gpt_workspace.` To fix this error, you can try one of the following...

@Rocketknight1 Hi 👋 - `Union[torch.Tensor, torch.LongTensor]` is used because the file had a lot of `nn.embedding` instances which expects either IntTensor or LongTensor - so to avoid any confusion 😕...

@Rocketknight1 Hi 👋 - if LongTensor is preferred then i would make changes along - that would help the code to be 🤒 bloat free