Feeds
質問
Episode reward is too high to be true
My problem is that my reward function is well defined to be expected in a range of -80 to 80. Running through a lot of times of ...
12ヶ月 前 | 1 件の回答 | 0
1
回答回答済み
Closing windows CMD window after executing system and run through a certain algorithm
Alright it turns out the command system('taskkill /IM cmd.exe /F') works, it required /F to force stop the cmd process
Closing windows CMD window after executing system and run through a certain algorithm
Alright it turns out the command system('taskkill /IM cmd.exe /F') works, it required /F to force stop the cmd process
12ヶ月 前 | 0
| 採用済み
質問
Closing windows CMD window after executing system and run through a certain algorithm
I want to use 'system' to open another software in cmd as well as forming a java socket between them to allow exchanging datas f...
12ヶ月 前 | 2 件の回答 | 0
2
回答質問
Problems on the rlnumeric action space and how to modify it in the custom reinforcement learning environment
I have defined the action space for the custom RL environment class using the code below: function this = MyEnvironment() ...
12ヶ月 前 | 1 件の回答 | 0
