MishaLaskin / curl

CURL: Contrastive Unsupervised Representation Learning for Sample-Efficient Reinforcement Learning
MIT License
561 stars 88 forks source link

Is display necessary? #7

Closed Rivendile closed 4 years ago

Rivendile commented 4 years ago

When I run the code, errors occur.

CRITICAL:absl:Shadow framebuffer is not complete, error 0x8cd7
CRITICAL:absl:Could not allocate display lists
CRITICAL:absl:Could not allocate display lists

Must I run on the machine with a display? Can the code be changed to go without a display?

MishaLaskin commented 4 years ago

that's likely an issue with dm control, would refer to their docs

On Wed, May 20, 2020 at 10:04 AM Ian Zhao notifications@github.com wrote:

When I run the code, errors occur.

CRITICAL:absl:Shadow framebuffer is not complete, error 0x8cd7 CRITICAL:absl:Could not allocate display lists CRITICAL:absl:Could not allocate display lists

Must I run on the machine with a display? Can the code be changed to go without a display?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MishaLaskin/curl/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHWQWNXYJMHREKEO2PWQA3RSPPP3ANCNFSM4NF66N2Q .

Rivendile commented 4 years ago

That's it. Thx~