Code currently adopted from https://github.com/p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
Paper: https://arxiv.org/pdf/2010.02193.pdf
Current SAC Discrete Test on Cart Pole Environment
To run the octree, go to /Octree/
and run make octree
. Then run python Octree.py
to run the current version of the Octree
Current the entire Octree is wrapped but the individual functions are not. Specifically, the process of removing atoms and inserting atoms is not defined in the cython
code.