public:t-720-atai:atai-20:engineering_assignment_1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:t-720-atai:atai-20:engineering_assignment_1 [2020/08/24 09:33] – [Deep-Reinforcement Learner] thorisson | public:t-720-atai:atai-20:engineering_assignment_1 [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 18: | Line 18: | ||
- **Plain Vanilla.** Evaluate the actor-critic’s performance on the cart-pole task given to you as python code: | - **Plain Vanilla.** Evaluate the actor-critic’s performance on the cart-pole task given to you as python code: | ||
- | - Run the learner repeatedly; collect the data. Stop each run when either 1000 epochs are reached or the agent manages to get more than 200 iterations in average per epoch over at least 100 continuous epochs (This is usually the case at around 400-500 epochs) | + | - Run the learner repeatedly; collect the data. Stop each run when either 1000 epochs are reached or the agent manages to get more than 200 iterations in average per epoch over at least 100 continuous epochs (this is usually the case at around 400-500 epochs). |
- Plot its improvement in performance over time. | - Plot its improvement in performance over time. | ||
- | - **Modified Version.** Evaluate the learner’s performance on a modified version of the cart-pole task. For this you should evaluate at least 3 of the following modifications of the environments: | + | - **Modified Version.** Evaluate the learner’s performance on a modified version of the cart-pole task. For this you should evaluate at least 3 of the following modifications of the environments |
- Noise on observation/ | - Noise on observation/ | ||
- Hide each variable once (x, v, theta, omega) and run the setup with only three observables. | - Hide each variable once (x, v, theta, omega) and run the setup with only three observables. | ||
Line 26: | Line 26: | ||
- Change the task after a certain amount of epochs. Think of at least three different changes, one is given as an example in the code. | - Change the task after a certain amount of epochs. Think of at least three different changes, one is given as an example in the code. | ||
- Change the discreteness of time/ observables increasing or decreasing the variable resolution. | - Change the discreteness of time/ observables increasing or decreasing the variable resolution. | ||
- | - And compare them to the results from 1. | ||
- **New Task-Environment.** Design your own simple task-environment in which you can show your own ideas of complexity of task-environments which might not have been included in the cart-pole. | - **New Task-Environment.** Design your own simple task-environment in which you can show your own ideas of complexity of task-environments which might not have been included in the cart-pole. | ||
- | - **Report.** Write a 1-2 page report where you describe your results. Draw some insights and try to make some generalizations based on them, and discuss, e.g.: | + | - **Report.** Write a 1-2 page report where you describe your results. Draw some insights |
- When does the actor-critic learner fail? | - When does the actor-critic learner fail? | ||
- | - Which changes | + | - Which changes |
- | - What is your general | + | - What is your opinion of the //generality// and //adaptability// of the actor-critic learner |
+ | - Is this in any way similar to how humans learn? If ' | ||
- ...more | - ...more | ||
- | {{/ | + | | |
+ | | The cart-pole task. | | ||
\\ | \\ | ||
Line 48: | Line 49: | ||
$ python main.py | $ python main.py | ||
- | Zip File: {{: | + | Zip Files:\\ |
+ | {{: | ||
+ | {{: | ||
+ | |||
+ | \\ | ||
+ | \\ | ||
=== Further information === | === Further information === | ||
Line 87: | Line 93: | ||
Besides many more: | Besides many more: | ||
- | Thórisson, K.R., Bieger, J., Schiffel, S., Garrett, D.: Towards | + | Thórisson, K.R., Bieger, J., Schiffel, S., Garrett, D.: [[http:// |
Russell, S.J., Norvig, P.: Artificial intelligence: | Russell, S.J., Norvig, P.: Artificial intelligence: |
/var/www/cadia.ru.is/wiki/data/attic/public/t-720-atai/atai-20/engineering_assignment_1.1598261622.txt.gz · Last modified: 2024/04/29 13:32 (external edit)