Reinforcement learning - connect environment model with tensorflow

Hello everyone,
I want to learn environment model which i developed in flexsim software. How can i connect environment(model) which i developed in flexsim software with tensorflow?
please help me

Hello @Damini_Chavhan

Thank you for your interest in TensorFlow,

According to my understanding you want to make an environmental model learn (which you developed in Flexsim) with TensorFlow, Here is TensorFlow documentation of Environments, we can design agents that learn by interacting with an environment. you can follow the steps to create a custom agent in Python environment or TensorFlow environment, you can also the refer the few examples in the document to understand more how to customize rewards for every action.

Thank you