We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b33ae commit c26c1c2Copy full SHA for c26c1c2
src/InteractiveRLLAb.tsx
@@ -743,7 +743,7 @@ export default function InteractiveRLLab(){
743
744
const c=gridRef.current[y]?.[x];
745
if(c==="goal") {
746
- return hasKeyRef.current ? goalRewardRef.current : goalRewardRef.current / 3;
+ return hasKeyRef.current ? goalRewardRef.current : goalRewardRef.current;
747
}
748
if(c==="lava")return lavaPenaltyRef.current;
749
if(c==="wall")return -0.2;
0 commit comments