karl

Results 7 issues of karl

https://github.com/hongzimao/decima-sim/blob/c010dd74ff4b7566bd0ac989c90a32cfbc630d84/msg_passing_path.py#L87 The “msg_mats, msg_masks” generated in this function will repeatedly aggregate its child_node original feature and embedded feature in some cases. for instance, a dag_job as below ![20191025212734](https://user-images.githubusercontent.com/22497675/67575204-a0ef2080-f76e-11e9-8a6c-311e022ea552.jpg) and its...

https://github.com/sweetice/Deep-reinforcement-learning-with-pytorch/blob/2ad8b9f4d20c1f680f30f0627300ee65167291cd/Char01%20DQN/DQN.py#L134 in my opinion,it is variable 'ep_reward' that should be stored here instead of 'reward'

dose it mean "used percent of requested disk space"? does it consider the "writes_bytes" and "reads_bytes"? does it normalize to "the requested disk space of the container" or "the machine's...

### Bug report: When the number of active schedulers becomes 0, the peer will continuously crash on its own, causing machines using Docker mode to be unable to pull images(docker...

bug

### Bug report: - upload server cannot autoissue server cert/key [issue 1886](https://github.com/dragonflyoss/Dragonfly2/issues/1886#issuecomment-2285301470) - even with force TLSPolicy, upload server can still serve HTTP requests, as the code show here https://github.com/dragonflyoss/Dragonfly2/blob/505d53b83c3000eff62cfda00a062c11b2b77bae/client/daemon/upload/upload_manager.go#L115...

bug

### Bug report: I haven't taken any download action at this time but something is accessing the download unix sock through non-TLS, whie I set tlsPolicy to 'force' ![image](https://github.com/user-attachments/assets/0c878678-a4e9-44d0-8cf1-7aa15856d4b8) ```...

bug

### Bug report: https://github.com/dragonflyoss/Dragonfly2/blob/505d53b83c3000eff62cfda00a062c11b2b77bae/client/daemon/daemon.go#L154 The meaning of AutoIssueCert is as follows, but when CACert is not empty, tls is still used for peer to connect to the manager type GlobalSecurityOption...

bug