Guofeng Yi

Results 51 comments of Guofeng Yi

![image](https://github.com/lucoiso/UEHttpGPT/assets/66633207/efedc6ce-ed0e-435e-aea8-f0888a414ec1)

More Detail : https://github.com/ncsoft/Unreal.js/issues/340#issuecomment-1983008707

The correct code, SendButton is the corresponding button name in UMG ```Javascript /// /> function GetPC() {     return PlayerController.C(GWorld.GetAllActorsOfClass(PlayerController).OutActors[0]) } function Test() {     console.log("Press Button From Javascript") } function main()...

python==3.9.18 diambra-arena==2.2.6 1. Run controller. py and enter 4 to trigger the following error: ![image](https://github.com/diambra/arena/assets/66633207/6a9096d2-e4a5-40a9-a27d-66d41a3d122c) 2. Annotate `self. logger. basicConfig (logging_level)` and run controller. py again ![image](https://github.com/diambra/arena/assets/66633207/a28a132f-901f-47dd-aa88-fd3de794abae) 3. At first,...

I upgraded to diambra arena, but the problem remains the same. I am unable to configure the device both stuck ![image](https://github.com/diambra/arena/assets/66633207/bae4a95b-6bd6-4683-a9ea-395c7eec0d04) ![image](https://github.com/diambra/arena/assets/66633207/b7464515-2fc4-4853-b4b7-1cd896b4ce86)

press ctrl c, get: ![image](https://github.com/diambra/arena/assets/66633207/0439c145-3285-4f39-aa98-f5873c0a7572)

temp.py is copy from controller.py(https://github.com/diambra/arena/blob/main/diambra/arena/utils/controller.py). Thanks, i will try it

- 是否应该仿照BaseChatModel的chat方法,在Agent基类将run方法分为_run_stream,_run_no_stream. 这样所有agent似乎都要改动 - 还是仅仅在roleplay这个agent下区分 - 亦或者有什么更优雅的方法解决这个问题