Outline of what needs to happen to get a working paper out of this.
#4
Open
opened 4 years ago by youainti
·
10 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I need to figure out and explain:
What I am still unsure about.
Criticizm from my previous presentation
Concerns I have
What am I going to do about it?
Other random thoughts
What if the state space is "Here are mine" and "here is the general other state", where we have a set of standardized orbits? That doesn't represent the real world that well though. And there are national services handling
Other concerns.
After a year+ of not looking at it, I am missing:
What I have
What I need:
Gameplan
PLAN to get back on track
What if I examine a case with 2 satellite operators and two competing military satellite systems?
Are Satellite lifetimes, survival, or debris generation ergodic? If not, then we have an issue with standard approaches.
Got my julia code and writing back (it was sitting in the
temporaryWorkbranch on Bitbucket).I think I am going to continue with what I was doing, but limit it to simple situations.
So I have determined to limit this to a cournot model with 2 internet satellite providers in a bandwidth market. Why? Because it is a simple model of strategic interaction that allows for extensions into repeated investments.
I am not going to include government interactions until I know more about how to model those interactions.
Consider
Only consider two competitors in a space.
Solve this computationally and manually if possible.
Notes are all at home.
This gives two bellman equations that are solved together.
Simple pricing function to represent bandwidth
Based on Reinforcement Learning and Stochastic Optimization's definition, this is a multiagent, state dependent, Policy Function Approximation problem. If I care about value of entry problems, then there is a lookahead (Value function approximation) portion.