Spaces:
Running
Running
sergiopaniego HF Staff
Canonical env: reward weights from the environment, pool from the pinned dataset
2ac71c7 verified | let img; | |
| function setup(){ createCanvas(600,600,WEBGL); background("#fff"); | |
| img = loadImage("https://upload.wikimedia.org/watercolour.png"); } | |
| function draw(){ image(img,-300,-300,600,600); noLoop(); } | |