rjmoss
rjmoss
Hi, I enjoyed your paper and was wondering when the code (and dataset link) would be uploaded here? Unless I've missed something the existing code appears to be just the...
Added starting the container to the failure modes with an error message if either the init or start scripts fail. Before this change there were the following problems: - if...
If the agent puts out a command like 'while true; do ls /root; sleep 1; done' it will loop while also putting out an output (meaning the socket doesn't timeout)...
Currently the output parsing from the terminal breaks when it first sees a escape symbol however it appends the whole package received from the socket, which does not necessarily correspond...
**Describe the bug** A large number of the os-std tasks in the 7/bootstrap.json are impossible for the agents to do as the refer to a "given folder" which is at...