Hello,
I am studying this project and need to know if this environment can be used for something similar to greedy_color() in networkx. My intention is to solve allocating color/Number to every node such that no two nodes next to each other have the same color. Instead of doing this with greedy_color() I want to use reinforcement learning methods to solve this problem. Any suggestions would be appreciated.