Skip to content

ShivamPR21/RL-PID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL-PID

RL Environments

The reinforcement learning environments defines the world where the RL-agent(decision maker) gain experience by taking action that changes the environment, this action could induce a positive change environment or even become adverse.

Rewards

The changes in the system(environment) is provided to RL-agent via. `scalar` quantity, and the RL-agents updates itself based on this `reward` signal.

graph LR
A[Agent] -- action --> B((Environemt))
B -- reward, state --> A

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages