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...
대략 1년 전 | 답변 수: 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() ...
대략 1년 전 | 답변 수: 1 | 0
