TanJeremy

Results 3 comments of TanJeremy

> Does anyone know if this issue has been addressed? I did have the same issue and I already resolved, it's been under production for a month and not issues....

> `reward = self.trades[-2]['total']*self.trades[-2]['current_price'] - self.trades[-2]['total']*self.trades[-1]['current_price']` > > should be > ` reward = self.trades[-2]['total']*self.trades[-2]['current_price'] - self.trades[-1]['total']*self.trades[-1]['current_price']` I also saw this but I wanted to finish the tutorial before making...

Hi @sebastienblor, here an exemple usd file (make sure to use the renderlayer usd file to render) [cryptomatte_path_manifest.zip](https://github.com/user-attachments/files/16111605/cryptomatte_path_manifest.zip) here is our kick command ` ".../htoa/htoa_gcc11.2/htoa-6.3.2.1_r92cc36e_houdini-20.0.724/scripts/bin/kick" -nstdin -dw -dp -i ".../cryptomatte_path_manifest/renderlayers/example_v01_masterLayer.usda"...