privateboss commited on
Commit
7232d32
·
verified ·
1 Parent(s): d3db896

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,10 +13,10 @@ size_categories:
13
  #TheEnd #Open-Source and free to use dataset. Only ask is to cite if you are using code or dataset for research, publication etc.
14
 
15
 
16
- This contains 30,000,000 training timesteps using Ubuntu Linux, Tensorflow 2.xx and PPO algorithm to train a single agent car racing utilizing CarRacing-v3 Gymnasium environment
17
  which is a maintained fork of OpenAI’s Gym library.
18
 
19
- Trained 30000000 but rolled-back to 16558080 timestep datasets as the agent performance is stable till about 17000000 with perfect runs between 900-999 after 20 trials.
20
  With 30million timesteps it does Tokyo drifting practice. The reason for the drastic change is due to Policy Collapse, Catastrophic Forgetting.
21
 
22
  This agent learns to uses the FISO (Fast In Slow Out) cornering strategy in racing very well
 
13
  #TheEnd #Open-Source and free to use dataset. Only ask is to cite if you are using code or dataset for research, publication etc.
14
 
15
 
16
+ This contains 30,000,000 training time-steps using Ubuntu Linux, Tensorflow 2.xx and PPO algorithm to train a single agent car racing utilizing CarRacing-v3 Gymnasium environment
17
  which is a maintained fork of OpenAI’s Gym library.
18
 
19
+ Trained 30000000 but rolled-back to 16558080 time-step datasets as the agent performance is stable till about 17000000 with perfect runs between 900-999 after 20 trials.
20
  With 30million timesteps it does Tokyo drifting practice. The reason for the drastic change is due to Policy Collapse, Catastrophic Forgetting.
21
 
22
  This agent learns to uses the FISO (Fast In Slow Out) cornering strategy in racing very well