Reinforcement Learning Environment for FEM Simulations based on FreeCAD.
Dependencies:
gymfreecadtrimesh
As freecad is only available as a conda package, you should install RLFEM as:
conda create --name my_env freecad -c conda-forge
conda activate my_env
pip install gym
pip install git+https://github.com/hex41434/FreeCAD_RL_FEM_Simulator.git@masterThe documentation is at https://hex41434.github.io/FreeCAD_RL_FEM_Environment/. To generate the documentation, you will need:
pip install mkdocs mkdocs-material mkdocstrings pymdown-extensions mknotebooksTo see the documentation locally:
mkdocs serveTo put to github:
mkdocs gh-deploy