Guofeng Yi
Guofeng Yi

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()...
+1, 8xh20. deepseek r1 fp8
python==3.9.18 diambra-arena==2.2.6 1. Run controller. py and enter 4 to trigger the following error:  2. Annotate `self. logger. basicConfig (logging_level)` and run controller. py again  3. At first,...
I upgraded to diambra arena, but the problem remains the same. I am unable to configure the device both stuck  
press ctrl c, get: 
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下区分 - 亦或者有什么更优雅的方法解决这个问题