facebookresearch / CompilerGym

Reinforcement learning environments for compiler and program optimization tasks
https://compilergym.ai/
MIT License
906 stars 127 forks source link

[docs] Improvements to the FAQ. #586

Closed ChrisCummins closed 2 years ago

ChrisCummins commented 2 years ago

This restructures the HTML documentation's FAQ section and adds new questions.

Some tips for common debugging:

and for common development use-cases:

This replaces the previous question about adding a new observation / reward signal that was specific to the LLVM environment.

CleanShot 2022-03-01 at 19 58 40@2x

The goal is to provide some tips for common debugging scenarios, like #585 and #582.